Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Both Interactive stock quote importer applications in the application center are for Maple 13 and Maple 15.

Can anyone help to get it to work in Maple 12?  Does the Maple 13 code still work today?

The error I recieve running it in Maple 12 is, Error in Component Button0 with caption "Get finance Data from Yahoo" (in assign) invalid arguments.

 

Below is the command I was trying to use to solve the set of equations. It doesn't give me an error or a result, I'm not sure if I am using it wrong or if solve is just the wrong command to use. Any advice would be greatly appreciated.

solve({beta*(chi^2*(exp(delta*rho))^2*delta^2-(1-chi*exp(delta*rho))*chi*exp(delta*rho)*delta^2) = 0.4e-1, beta*(-(1/12)*chi*exp(delta*rho)*delta^4*(1-chi*exp(delta*rho))+(7/12)*chi^2*(exp(delta*rho))^2*delta^4) = 0.8e-3, beta8*(-chi^2*(exp(delta*rho...

 I want to find the Christoffel symbols and Ricci tensors for a generalized metric in cartesian coordinates.

I stated my problem in this pdf file in detail. 

nd_metric.pdf                               

Thanks in advance.

PS: I heard from somebody(doesn't use Maple) that Maxima can "certainly"...

Good afternoon

i have problem when i am using components.

i want to solve a determinant equation and show in MathContainer4

 

thank you for your help

ejemplo_09-08-201.mw

 

 

07_eng.mw

A collection from 20 problems for students.
12 variants for each problem.
Adequate solution.
Programs are built into the buttons.
Kit has been used successfully for 12 years.

HTML & full archive

Hi, this may be a stupid question, but I have trouble getting it right...

I want to create a matrix from a function that uses some of the arguments of the fuction as indices, but want to carry on the other arguments, here is an example of what I have:

MyFunction:=(a,b,c,k,l)->a+b+c+k+l;

MyMatrix:=Matrix(3,3,(k,l)->MyFunction(a,b,c,k,l)); # this is working but not what I want

MyMatrix now contains a,b,c as variables but not as function parameters ...

pliss , ,  tell me how to find ortonormal basis with Gram-Schmidt ???

Is it possible in Maple to choose the dimensions for a plot? I mean to choose the height and the width of the plot?
For example, to enlarge the plot to the whole width of the maple page? Is it possible?
I need to do this because I have to plot together objects of different dimensions
 and so the smaller ones look too small, so I would like to enlarge the plot to solve the problem. 

Sorry for may be stupid question, but please see the following example:

a := proc() A end:
a();
                               A
a[b]();
                  ...

if i restrict value in matrix to 0,1  or 0,1,2 of dimension 2*2 or 3*3

how to show all combination of matrix ?

I use rk4 to solve this equation with the paramater w = 500, I want to get the numbers of steps.

And when I change the parameter w = 1000, I want to obtain the numbers ofsteps?

Here is the procedure:

restart:
Digits:= 32;
w :=  500;
ode := diff(y(t), `$`(t, 1)) = 2*I*y(t) + sin(w*t)*y(t)*y(t):
ics := y(0) = 1:

p2 := dsolve({ics, ode}, numeric, method = classical[rk4]):

 

Thanks for your help.

is there any way to solve this integration?

 

int((1/200*(x-r))*r*(1+(a+(1/400)*(1+a^2)^(3/2)*r^2)^2)^(3/2),r=0..x)

 

 

 


how to implement the unwrap function from Matlab?

Description

Q = unwrap(P) corrects the radian phase angles in a vector P by adding multiples of when absolute jumps between consecutive elements of P are greater than or equal to the default jump tolerance of radians. If P is a matrix, unwrap operates columnwise. If P is a multidimensional array, unwrap operates on the first nonsingleton dimension.
Gracias

One thing I think is a bit strange is the notion that the loop counter
is assigned a value after the loop is done. Why is that ?

for example:

for i to 10 do
print(i)
end do;

The above code will simply print 1..10 but then if you simply run:

i;

then 11 will be printed out. How often do you actually need i to be assigned
a value after the loop is done?

I think it would have been much better if i is unassigned when the loop is done

First 1669 1670 1671 1672 1673 1674 1675 Last Page 1671 of 2219