MaplePrimes Questions

Let the points M_1(-2,3,-4), M_2(4,-1,3) and the two straight lines l_1: x=-t+3,y= 2t-4,z= t+2 , l_2: x=s+4, y= 2s, z= 2s-1 be given. How to find the shortest path from M_1 to M_2 of the form M_1 - A -B - M_2 or M_1 -C - E - M_2, where A belongs to l_1, B belongs to l_2, C belongs to l_2, and E belongs to l_1? In other words, what is the shortest path between M_1 and M_2 which intersects with l_1 and l_2? How to find it with Maple?

Further tags : implicit form, Matlab codegen for GPOPS purposes

Hi there,

I would like to introduce my self and ask you for an advice. 

I have a four linked robot that i would really like to control by the meaning of the optimal control theory. The arm has 4 actuators (giving torques U) in corrispondence of 4 rotational joints. P parameters describe the system.

I got ht edynamic system with the Lagrangian method and now I have 4 2nd order...

How do I find all words beginning with "FL" and ending in "S" ?

So currently i am trying to programm a game. for that i would need a Textbox that is updating once the player makes an input. I have a textbox TB1 and a button with the action linked. the action that the button should make is calling an external procedure which in turn updates the textbox. But i currently i keep getting the following error expresion:

Error, (in Maplets:-Tools:-Set) invalid argument(s): [TB1]::string = [7, 8, 9]

So what die i do wrong.

How can I find the surface area of a normal chicken egg? http://math.stackexchange.com/questions/407310/how-can-i-find-the-surface-area-of-a-normal-chicken-eggPlaying replies to the topic in Mathematics Stack Exchange:_SurfaceAreaChickenE.zipGracias to Acer and Carl Love for your answers.

Dear Maple experts

I want to find the co-efficient for z^k of G(t,z)=sum_i=1^infty a_i(t) z^i where z is a function of t.

 

 

How to write notation for logical induction programming in Maple like F# or Haskell having tuples?

such as 

Conj(A,Disj(B,C)) ...

I am trying to get Maple 16.02 to evaluate

cos(Pi/4 - I*ln(2))

using exactly the syntax I just typed.  The correct answer is 3/4 + I/4.  I cannot get Maple to give me this correct, simplified answer.  I have tried "expand", "simplify", and "value", and I get garbage containing terms such as

"sinh((1/2)*ln(2))".

How can I force Maple to give me the simplest answer?

Can someone help me whith this plot? Somehow Maple always says unable to evaluate the function to numeric values in the region.

File is attached.

Plots.mw

The equaltion given below has 4 roots. I only want to see the 2nd solution for each alpha and it will come in a list. I don't want to see all the solutions. What to do

for alpha from .4 by .1 to 5 do
S := solve(x^4-alpha, x);
S[2] ;
end do;

Dif_Out_plot.mwWhy this difference in the results of the graphics?There are differences between the command smartplot and the command smartplot implicitplot, to display the graph of the function.Following the line of site: web

Hi all,

I need to solve this linear system:

 

R11+R12+fx=1

R21+R22+fy=1

R31+R32+fz=1

R11+R21+R31=1

R12+R22+R32=1

R11*R22*fz+R12*fy*R31+fx*R21*R32-R31*R22*fx-R32*fy*R11-fz*R21*R12=1

 

It is a solution for a 3D rotation matrix in which I know the last coloumn (fx,fy,fz) and I need to find the other six elements of the matrix R11,R12...Obvioulsy there are infinite solution, but in particular...

I am currently doing a project for mass transfer class. Here is a differential equation that I need to solve:

For the solution, and plug in the value of C_AS and C_A0, I finally got the concentration profile of:

Then I write the commands and Maple won't give me a plot (no warnings appeared). Can someone help me with this situation?

Recently, I encountered the problem in which one's asked to investigate if the following fraction is an integer or not. Of course the problem has an theoritical approach, but I wanted to make the problem dynamic. The fraction is p=(k^2-87)/(3k+117) and we want to find k in which p is an integer. What I did is to use the function msolve and a loop for but it gives my just the empty set which is incorrect. Any hint? Thanks

First 1580 1581 1582 1583 1584 1585 1586 Last Page 1582 of 2430