MaplePrimes Questions

Has anyone come across this artical?

https://jdc.math.uwo.ca/roots/

Massive graphing, they said that this was created partially in the wolfram lanuage. We can't them get a leg up on us Maple code. Help me understand this in our native Maple tounge.

Hi,

I am trying to learn how to apply initial conditions to pdes with maple.  I have figured out how to do it with odes, but when assigning initial values to derivatives, I get weird results.  I have attached my Maple file, with the error, and a link to the document I am using as motivation for my analysis.

Test_1D_Wave_Equation.mw

https://personal.math.ubc.ca/~ward/teaching/m316/lecture21.pdf

Can I specify a unit for a symbol using the Units package, so that when I substitute a value for that symbol into an expression, the units for the value are already known?

Dear all

How can I show using maple that the function g(x,y,z) =f(x,y,z)- 4 2^1/2 is strictly positive

strictly_positive_function.mw

thank you for your help 

cyclebasis.mw contains a computation of a graph on 14 vertices which has a two-cycle.  I was expecting CycleBasis to find this two-cycle, but it does not.  Anybody know why not?

I was also expecting CycleBasis to work on the original directed graph, but it did not, for reasons that I do not understand.

I think the issue is that the writer of this package had a different mental model of what graphs were; I freely admit that I am a novice with regard to graphs.

Comments welcome.

Ive got new "problems" with my math book. This time it is about differentiating like Gottfried Wilhelm Leibniz (https://en.wikipedia.org/wiki/Gottfried_Wilhelm_Leibniz), and his Leibniz notation.  (https://en.wikipedia.org/wiki/Leibniz%27s_notation).

dx/dy. Now that does sound like its just f'(x), of function f(x). But now they wanted something else i cannot produce. I could do the examples, and try to work it out like, but "im here to learn maple, not how to get my hands filthy with ink, and scratch on the paper when i make mistakes"... :P 

It says: Determine the differential that is being asked. 

No matter what i do, there wont be any solution that looks like the one given by the book. 

I would like to be good at this, while a lot of old books do still have the Leibniz notation. So it is eccential to be good at this if you want to really study the origins of math and science. 

Thank you!

Greetings,

The Function

I used to have this kind of code without problem:

myModule := module()
    option package;
    export myFunc;
    # local i;
    myFunc := proc()
        [seq(i, i in 1..10)]
    end proc;
end module;

But after upgrading to the latest version of Maple 2021, I get a warning

Warning, (in myModule:-myFunc) `i` is implicitly declared local |myModule.mpl:5|

I have to uncomment the local i declaration for the warning to go away. Has the behavior of seq changed in Maple 2021?

I have a function with 3 variables fr2, fr3, and fr4. I want to find how this function varies with these variables in such a way that fr2+fr3+fr4 = 0.5.  All three variables are non-negatives. Please help me in generating a sensitivity report as fr2, fr3, and fr4 each varies across 0 to 0.5 in increments of 0.01 subject to their sum is equal to 0.5

Thank you.

The function is fn1 = 1.150000000*10^11*fr3 + 1.150000000*10^11*fr4 - 1.374950000*10^10 - 1.549500000*10^10*fr2

sensitivity_help.mw

When I made a restraint system like bolow and used  GetEquations() , undefined external forces(Fx,Fy) was derived. 

I want to know the reason or the principle of GetEquations() which is solving the dynamics of  a restraint system.

msim→2hand.msim
mw→2hand.mw

How to know the internal procedures of Maple for instance : taylor or laurent ? Thank you.

Dear I have 

Vectors of locations points 

X=[ 1 , 2] ; 

Y =[ 6 , 7 ] 

I would like to point of the point of this grid a vertical bars with different given length...how can I do this using maple or matlab 

how to export my data in sheet excel for this file 

 

Nnew.mw  

I am trying to evalute symbolically a matrix looking like this:

 

V := (Matrix(3, 3, [[0, 0, 0], [0, 0, 0], [0, 0, 0]]) - (((1/2) . (Vector[row](3, [0, 0, 0]))) . (Matrix(3, 3, [[0, 0, 0], [0, 0, 0], [0, 0, 0]])))) . (Vector[column](3, [0, 0, 0]))

 

Here is the picture because the formatting is bad:

 

 

I need to have some equations in this form but maple wont allow me.

 

 

Let us say there is a function desribing an angle. And by deriving the math let us say the position is cos(theta). Theta is a function of time and cos is a function. How do i differentiate this and make maple see that theta is a function and not a variable.

i have tried this (x(t) is theta):

f := t -> sin(x(t));
Diff(f, t);

Did not work.What i want is the output to be.

cos(x(t))*x'(t)

First 225 226 227 228 229 230 231 Last Page 227 of 2281