MaplePrimes Questions

 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

 

 

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 ???

Hi,


I am trying to solve a system of PDEs numerically and having following error

Error, (in pdsolve/numeric/plot3d) unable to compute solution for t>HFloat(0.0):
solution becomes undefined, problem may be ill posed or method may be ill suited to solution

Please have a look at attached worksheet and help me out.

Moreover, I want to include boundary conditions are not normal to the boundary. Anyone knows how to do so? Any help would be appreciated.

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

Hi

I have a computer of CPU Core i7. I want to use all power of CPU during implementing MAPLE software. But when I execute MAPLE, only a part of power of CPU is used. I can check it by "Windows task manager". "CPU Usage" of this is so less than 100%.

How I can apply all cores of CPU in analyses by MAPLE?

 

Hi

I have an expression as the following:

exp2:= A*y(r)*diff(t(r),r)^2+B*t(r)/r+C*t(r)*y(r)+D*y(r)*t(r)^3+E*diff(y(r),r,r)*diff(t(r),r)+F*diff(y(r),r)*t(r)^2/r^2;

I want to extract coefficients of some functions (or relations) which is existence in expr2 by MAPLE. Please make an attention to following examples:

The coefficients of "diff(t(r),r)^2" is "A*y(r)".

The coefficients of "t(r)^2" is "F*diff(y(r),r)/r^2".

The coefficients of "y(r...

First 1835 1836 1837 1838 1839 1840 1841 Last Page 1837 of 2429