MaplePrimes Questions

Hey,

I know this might seem a bit trivial but I'm trying to get Maple to use iteration to get the shortest path between two points given initial conditions that aren't a straight line. (I'm learning how to do it in the simplest form before moving on to a 3D problem.)

So I have a initial set of points that are to be moved during the process and split them into their x and y components so there's a set of x[j]'s and y[j]s.Then I defined a couple of procedures to use in the iteration.

Before doing an explore-plot command I had given constant or expression assignments to certain parameters in preliminary statements, e.g.

k = 4* 10-5 ;

mpgo = 45;

mpgave = mpgo - k*(md /2 );

mpgmave = mpgo - k*(m / 2);

 

Then I did an explore-plot :

 

Explore(plot(7.28*m*( (1/mpgmave) - (1/mpgave) ) ,

I have the following equation, I want to solve it for b keeping a and c fixed.

5*b^5+(60-5a)*b^4+(125+50c-80a)*b^3+(594c-445a-775)*b^2+(2324c-1005a-3270)*b+3000c-750a-3000=0.

How to solve it in maple?

 

 

 

Hello! I have the task to calculate the two angles of an 3d linkage. now in step 11 i have these two equations:

I have to solve these for phi, that is the angle I'm looking for. But the solution for phi should be indepented of psi. alpha and beta are variables. Everything else are known constant values.
What I tried: I solved Gl7 for psi (step 12...

Can someone please solve only #19 and #25 using Nwton's method in Maple. I really appreciate it.

 

The questions are attached. Thank you

You have been asked to design a one-liter can shaped like a right circular cylinder. What dimensions will use the least material?

-I really need help on how to correctly plug this into my computer. Thank you in advance.

How to choose the integer parameters a, b, c, d, m to the following equation has two integer solutions?

sqrt(a* x + b) +  sqrt(c*x + d) = m. 

For example, the equation sqrt(x +5 ) + sqrt(8-x)=5 has two solution x = -1 and x = 4 

http://www.maplesoft.com/support/help/view.aspx?sid=2953

g1 := Vector([1, 1]);g2 := Vector([x+y, 0]);g3 := Vector([y^2+1, 0]);g4 := Vector([0, y^3+y]);g5 := Vector([0, x-y]);

i pass and tdeg(x, y, h251, h252, h253, h254, h255) to Basis

failed in Maple 15

> Q;       

[                 3                           ]       

[1 - h121 - h124 y  - h124 y - h125 x + h125 y]

> rtable_num_elems(convert(Q, list));

Error, rtable expected

> rtable_num_elems(Q);

Error, rtable expected

https://skydrive.live.com/redir?resid=E0ED7271C68BE47C!341

 

1*2 Vector has nops should be 2

but

it show 3

Hi all,

#####################################
myp:=proc(a,b,c)

local ans;

ans:=zip(`+`,a,b);

ans:=ans*c;

return ans;

end proc;
myp([$1..4],[x,y,z,w],2);
map2(myp,[$1..4],{[x,y,z,w],[x2,y2,z2,w2],[x3,y3,z3,w3]},4);

map2(myp,[$1..4],{[x,y,z,w],[x2,y2,z2,w2],[x3,y3,z3,w3]},10);
map2(myp,[$1..4],{[x,y,z,w],[x2,y2,z2,w2],[x3,y3,z3,w3]},0.5);

#####################################

Is it possible to use something like

Given an n*n matrix M an its rth row and cth column element m[r,c].Suppose m[r,c] = c*m[r-1,c]+a*m[r-1,c-1] and m[0,0]=1, m[0,k]=m[l,0]=0 for k>0,l>0.The letter "a" denotes a constant number and n can be any non negtive integer.

Hi all,

##################################################################

restart:

K:=50;C:=20;

st:=time():

    for j from 2 to K do
        for c to C do
            solve({log(cat(p,j,'C',c)/(1-cat(p,j,'C',c)))=mu+cat(tau,j)+cat(eta,c)+cat(mix,j,c)},cat(p,j,'C',c));
            assign(%);
  ...

In 2D, graph a blue ellipse x(t)=3cos(t), y(t)=2sin(t) for 0≤t≤2∏. For t=0.5 graph a green tangent line to the ellipse and a red osculating circle. Also, give the curvature, the equation of the tangent line and the center of the osculating circle

 

Hi,

I have this system of lienar equations:

First 1596 1597 1598 1599 1600 1601 1602 Last Page 1598 of 2430