MaplePrimes Questions

hi guys, i have the following set of equations e1='a2+a3+a5+a6-1=0'; e2='2*a1+2*a4+4*a5-1.6-2*0.2=0'; e3='a2+2*a3+a4-0.77-0.2=0'; e4='(K1*((a1+a2+a3+a4+a5+a6)^2/4)*(a5*f))-(a1^3*a2)=0'; e5='K2*a2*a4-(a1*a3)=0'; e6='K3*a4*a6-(a1*a2)=0'; symbolic a1,a2,a3,a4,a5,a6 I can slove these set of equations for known values of K1,K2,K3 but i have a set of values for K1,k2,K3 (35 values) ie K1=[1 2 3 4.......35] K2=[1 2 3........35] K3=[1 2 3 .....35]

I have the next problem, i need to  use recursion to make the equation E(x+1)=E(x)+(E(x)*(P-E(x)))/P*10 with P 15000 and E(1)=1, i put for example E(20), but maple only use ram, but doesn't do anything.

 

Thanks

I got a set of 8 variables and 8 equations, i need to solve them. I tried using "fsolve" but there are too many variables and too many equations. I thought I can try it using linearalgebra.
 

Dear all,

I am using version 12. I would like to sort a list of lists of  integers in respect to some of the terms of the sublists.

For example, the list

[  [3,5], [2,10], [9,1], [4,2], [7,3]  ]

would be sorted as:

[  [9,1], [4,2], [7,3], [3,5], [2,10]  ]

in respect to the second variable.

Actually, I found that the sort command with  the 'lexorder'[n] option would exactly this, except that it

seems that it doesn't work with numbers, but only with letters.

Any ideas?

 

Suppose I have an ODE:

diff(f(x,y),x$2) + diff(f(x,y),x) + diff(f(x,y),y);

now I want to re-scale the equation so z and x are given in terms of normalised lengths (zeta,xi)

xi=x/x0;

zeta=z/z0;

where x0 and z0 are constants.  On paper this would be written as a chain rule i.e.

df/dx = df/d(xi) . d(xi)/dx

I can't figure out how to get maple to do this for me using any for me.

 

Cheers

How can we obtain with Maple the list of the variables of an equation? For example r^2-3*s^2+2*t^2 = 0 and y = (sqrt (u^2-5)-7) / surd (u^3-6*u2,3) have respectively for variables [r,s,t] and [u,y].

Thank you

So, i've got an expression like this:

f = -1/n/n1*sqrt(-n1*n*K^2+K^2*n1^2+n1*n^2*L-L*n*n1^2) + z

(that's what the maple output is. it might make more sense to rearrange it as  -sqrt(-n1*n*K^2+K^2*n1^2+n1*n^2*L-L*n*n1^2) / (n*n1) + z )

Is there a way i can factor out n1 from each term within the sqrt, split the sqrt into 2 sqrt's (so, -sqrt(n1) * sqrt(blahblahbalh) / (n*n1)) + z and then put it in the final form -sqrt(blahblahblah) / (n * sqrt(n1)) + z ??

Dear all,

I am using the linux version of Maple 12. I am currently working on something that needs a lot of observation by eye, and it would be extremely helpful if I could color some of the output in a different color (red for example). To be more precise, my output is series of numbers, so I would like if some of them satisfy a certain condition, they should be colored red.

 

Is something like that possible with maple? When it comes to color, the help pages only talk about plots, which is not what I need now.

 

Thanks a lot in advance.

Have atached a question in a worksheet. Thanks for your help :-)

Yours

Gustav

View 10838_Questions.mw on MapleNet or Download 10838_Questions.mw
View file details

Hi !
(Scuse me for my English, I'm French...)


How can I solve a system of 3 nonlinear differential equations of the second order  with Maple ?

(Like this one : http://physique-ricochet.societeg.com/images/equationsMvt.jpg  where Z, X and teta are the variables). So the variables are dependent.

I've started trying with Maple Help to solve the system composed of the first two equations and making teta a constant, but it gives me back :

ok, I have the following code but I want the Maplet to remain when I click on Ok (I only want it to plot and not shut down so I can

select more options from the list and plot more) so this Shutdown(['D1']) command should be removed but I dont know

what I should have there instead ?

 

I want to list all the permutations of the numbers 1 through 5 as lists so that I can call on a member of this set ie. a permutation, then be able to call on a specific number in this permutation.

how do i find the singular value decoposition of a matrix in maple 12
i need the left and right singular vectors as well as the singular values

 

Hi,

I have an equation
y = b*sech(b*acosh(1/x))*tanh(b*acosh(1/x))/(sqrt((1/x)-1)*sqrt(1+(1/x))*(x^2));

where b varies from 2 to 101,as b = M+1 ; M varies from 1 : 100
x = 1.001:0.001:1.01

The problem is I am simulating a chain network with M routers.For M =1 and 2 that is b = 2 and 3 the analytical and simulated results are almost concordant with 4 and 9 respectively which are the limits.But when I increase the b values they tend to hit numerical stability issues and lose accuracy.

Hi, I'm supposed to find the center and radius of the circle given by the equation: 2x^2+2y^2-6x+10y=1. I know I'm supposed to complete the square first but i'm not sure of the process

First 2126 2127 2128 2129 2130 2131 2132 Last Page 2128 of 2428