MaplePrimes Questions

if my eqsn is x^4+x^3+x^2 . i can take a common factor x^2 ,then the eqsn will be x^2(x^2+x+1) ...also i can take a common factor of x ...then the eqsn will be x(x^3+x^2+x) ...how can i direct maple about my common factor ...u think this is useless but i have just made my problem simple to ask a qsn so that everyone can understand what i really want to tell

Hi !

I am in desperate need of help to solve a system of non-linear equations. I guess it cant be solved analytically, so maybe numerically? The system is

 EQ1 := u*alpha+u*s*A*Ӫ^k = alpha

EQ2: c*s^(c-1) + A*Ӫ^k*[(w-b+s^c)/(beta+alpha+s*A*Ӫ^k)]=0

EQ3 := Ӫ = [(1-u)/u]*[T/(1-T)]

I would like to solve for Ӫ, u and s. All other parameters are constant.

Help pleaseeee!

Hi all,

Im trying to use the solve command to solve the eqn:= 40 = x arccosh(56/x) for x. The command solve(eqn, x) only provides the left solution(for low values of x) while I know there must be a solution as well for higher values of x. How can I get Maple to look at the other solution?

Thanks in advance!

 

Hi guys, I'm trying to solve the following function:

 

>with(inttrans):

>invlaplace (15/(s3 + 6s2 + 15s + 15), s, t)

but I'm not getting a viable answer - can maple answer this?

 

I've also simplified the above function a bit to: H(s) = 15/[(s + 2.3222)(s2 + 3.6778s + 6.4594)] and then tried to find it's inverse laplace but still don't get an answer.

please a need help

i try to organize the matrix by indice , i.e 


B := Vector[row]([1, 4, 13]);
 ind:=indices(B);

A := Matrix(3, 3, [1, 3, 4, 2, 4, 1, 2, 3, 2]);
#i try to do that

A:=B(ind,..); # and didn´t work  

#this is what i wont,

A := [1, 1], [1, 2], [1, 3], [3, 1], [3, 2], [3, 3], [2, 1], [2, 2], [2, 3]

 

help

What are all the maths that are on this program?

Hello All ,

I have attached my workseet for reference.

I find it strange that the solutions calculated in optimization shows a value "X" but when i try a value greater than "X" , there is still a solution available which is very irregular.Since the optimization finds the value beyond which the solution for a6 is zero/negative.

I am not sure what is causing this problem or is it just the problem with the optimization.

Hi all!

I have declared two vector valued functions

G1:=(x,y,u)->(x/(1-a*y) , y/(1-a*y) , u/(1-a*y));

G2:=(x,y,u)->(x/(1-b*x) , y/(1-b*x) , u/(1-b*x));

And composed them, so far so good

G1G2 := G1@G2;

But now I would like to simplify G1G2, how can I do this? With simplify(G1G2) I get an error.

Any idea how I can fix this?

Thanks in advance,

Arta

 

 

Hi everyone, Im trying to solve a catenary problem. x is defined in terms of y1, y2, and a. But in my case a is the only unknown. I try to express a in terms of x, y1 and y2 by the following script:

> x := a*arccosh((y1+a)/a)+a*arccosh((y2+a)/a);

/y1 + a\ /y2 + a\
a arccosh|----------| + a arccosh|--------|
\ a / \ a /

> solve(x, a);

...

Using Maple for Functions of a Random Variable

 

How to make a query is made to F (t) at each iteration of the dsolve command?...

restart;
de:=m*diff(x(t),t$2)+b(t)*diff(x(t),t)+k*x(t)=F(t);                 
a random force :
nd := Statistics:-Sample(Uniform(-100, 100)):
F:=proc(t) ;   
if not type(evalf(t),'numeric') then      

Hello,

 

  Excuse me, I have a code

****

for i from 1 to 5 do
  f[i]:=i*2;
print(i,f[i]);
end do:

 

****

 

  In windows, the output is

 

**

                              1, 2
    ...

I am a programmer (not a real mathematician, scientist or engineer) who wishes to insert just dx into an expression and have Maple recognise this as an infinitesimal difference in x rather than just a symbol named dx with no relation to x.

Is this possible in Maple?

I ask as I want to include dx as a normalising term in a derivation and hope that it will 'drop out' at a later stage.

Regards,

Will Furnass

Hi,

I want to solve this differential inequation in maple please help me.

 

diff(N(t),t)-mu*N(t)<=Pi;

How do i find coordinates of the vertices of a square in Maple which coordinates of the vertices are integer numbers? Please help me. Thank you.


I want to animate the display of a polygon. It's the platform of a stewart gough rig. Have 200 poses stored as Platformi i i=2..200. the Base is static( obiviously). Haven't been able to figure out how to get    animate(display .....) to work. The work sheet just contains copy/pasted commands. The time period for the animated display is about 10 seconds but real time is not that important. How do I get this to work?

First 1703 1704 1705 1706 1707 1708 1709 Last Page 1705 of 2434