MaplePrimes Questions

Hello, everyone.

How to plot 

plot(-(2*(e-1))*exp(-3*x)/exp(-3)+(3*e-2)*exp(-3*x)*x/exp(-3)) 

this function is the answer of ODE: 

ode1c := diff(f(x), x, x)+6*(diff(f(x), x))+9*f(x)

ics := f(1) = exp(1), (D(f))(1) = -2

 

I got a warnning : "

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct
Find the definition Of the word juxtaposition in a dictionary and explain its meaning in the context of the tutorial?

Hi there!

I want to  plot phase portraits of this fractional system in maple please help me.


                          (alpha_1)
                        ...

What is different between semicolon and colon? And give for an example..

I want to make a triangle with its sides: 3, 4, 5. My code can not  run. Please help me. 

> restart:

ListTools[Categorize]:

N:=10:

L:=[]:

for x1 to N do

for y1 from x1 to N do

for z1 from y1 to N do

for x2 to N do

for y2 to N do

I created a triangle whose length of the medians are integral numbers. Please comment to me about my code.

> resrart:

ListTools[Categorize]:

N:=5:

L:=[]:

for x1 from -N to N do

for y1 from x1 to N do

for z1 from y1 to N do

for x2 from -N to N do

for y2 from -N to N do

1) Define 3 x 3 matrix M first by generating a random matrix using RandomMatrix(3,3generator=1...9) such that the row reduced form reveals one free variable and then letting M equal this matrix. If you set M equal to the Random Matrix command, it will generate a different matrix every time. You do not want to this happen 2) using the matrix A that you defined in problem 1, define a vector b such that the matrix equation Mx = b can be solved and find it's solution.

Define nonsquare matrices A and B and a vector c such that following operation can be perform and perform the operation: A) A + B B) ( A - B)c C) define another vector c such that BV can be computed and computed D) solve the system of equation Ax = 0

Hey Everybody,

I have only been using Maple for a few weeks but have been very much enjoying the functionality of the with(VectorCalculus) tools. That said, I have been having some trouble evaluating vectors at specific values.


> with(VectorCalculus);
> P[0] := PositionVector([t, ln(t)]);
> N[0] := PrincipalNormal(P[0], t);
> P := eval(P[0], t = 1);

Hi, I have a 9x1 'j' matrix, i am trying to arrange it into a 'b' matrix. For b[6..9,1], I would like it to have matrix 'j' in 6,5,4,3. May I know how do i do it please?

j:=RandomMatrix(9,1):
b[1..2,1]:=j[1..2,1]:
b[3..5,1]:=j[7..9,1]:
b[6..9,1]:=j[6..3,1]: <<<doesn't work

Thanks.

Hi people!

I'm experiencing lags of about 45 seconds on the interface when trying to manipulate the blocks of my model. MapleSim becomes totally unresponsible when, for example, I make a new connection. It just happens with this model.

Curiously, when I disable an specific connection, I can manipulate the model with reduced (but yet present) lags.

For instance, my processor is an Intel Core i5.

Could someone take a look at it? I will upload the model on demand.

Hi there!

Is there a way to implement a fixed delay (not the Padé approximation)? I'm using MapleSim 5. 

I tried importing the Modelica's fixed delay block, but it seems that MapleSim doesn't support the implementation...

Thanks! 

Hi people!

Why there is not a "Modelica.Mechanics.MultiBody.Joints.RollingWheel" (different from 1-D mechanics rolling wheel) in MapleSim 5? It is previewed in the Modelica language and SystemModeler has this implementation.

Is there a way to import the model o this joint from somewhere? If not, how could I model this non-holonimic constraint in MapleSim? 

Thanks! 

Hi, I have a 9x9 matrix. I am trying to add the last column to the first column, and vanish the last column, leaving me with a 9x8 matrix. Then add the last row to the first row, and vanish the last row, leaving me with a 8x8 matrix. I would like to repeat the process till i'm left with a 6x6 matrix. May I  know how could i do it please.

I am currently moving it one by one, but is not efficeint when i'm doing a few sets of 9x9 matrix. Could I know if it is possible...

 

 

Is it possible the contour plot of these coupled equations

restart:with(plots): Nb := .2; Nt := .2; h1 := 1+a*sin(x);h2:= -b-d*sin(x); a := 1;b:=0.1;d:=0.1;F:=1-Q-d;Q:=-1;beta:=0.1;alpha:=0.1;G:=0.5;B:=0.5; eq1 := diff(alpha*f(y),y,y,y,y)+G*(diff(theta(y),y,y))+ B*(diff(phi(y),y,y))+6* beta*(diff(f(y),y,y))*(diff(f(y),y,y,y))^(2)+3* beta*(diff(f(y),y,y,y,y))*(diff(f(y),y,y))^(2)=0; eq2 := diff(theta(y), y, y)+Nb*(diff(theta(y), y))*(diff(phi(y...

First 1684 1685 1686 1687 1688 1689 1690 Last Page 1686 of 2428