Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi

 

i write following code that solve ordinary differential equation. but its not good enough. because when in loop it want to integrate equation it takes too long for many problems. i wants you to help me to solve this problem. i think maybe its better to solve with numerical but i cant. its really important for me and thancks for your help. I bold that section.

restart:
equ:=diff(u[i](x),x$3)+(1/2)*diff(u[i](x),x$2)*u[i](x)+(2*m1/(m1+1))*(1-diff(u[i](x),x$1)^2):

Hello, I need some help on how to solve this eq: diff(y(x),x,x)-y^2=0; y(0)=100,y(2)=1 When I tried to do this by solve command, I get a blank list. I really need help on this. thanks a lot

I wrote a quaternion package, defined my own `*` and etc.

now I multiply two matrices using MatrixMatrixMultiply.

and I obtain something like this, notice it's not simplified, with terms like (2+K)(4+I):

however, if i simply highlight what's shown above(the output) and copy and paste it and then press enter, i get a simplified version (it still doesn't simplify `^` but that can wait)

HI,

I am struggling with simple multiplication shown in the attached file:

Is there any specific multiplication command I should use. 

Pls guide me in respect of how to make plot after multiplying A and B

Thanks in advance

 

Ali

question.mw

 

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 ?

First 1673 1674 1675 1676 1677 1678 1679 Last Page 1675 of 2224