MaplePrimes Questions

I am just moving from Mathematica to Maple, since I just found out Maple is better suited to my needs. I checked some basic functions, and Maple seems to be pretty perfect. However, I cannot find a way to do a revolution plot. In Mathematica I usually used the command RevolutionPlot3D. But here, in Maple, I cannot find a way to do it. Can someone help?

 

Here is a sample of what I am talking about:

I can`t solve this equation

 

 rtoc(x,y,z):= < sqrt(x^(2)+y^(2)) | if 0<x then (arctan(y/(x)))else (Pi+arctan((y)/(x)) )end if  ; | z     >

I am a new user migrating my calculus labs from Derive to Maple.

One exercise asks the student to "write a program" to convert coordinates of a point between 3-D coordinate systems. 

I have tried the function definition given above and the error message is "unable...

Dear all,

could you please guide me how to find my post quickly on this site? Can I save it somewhere to access it quickly when signing this site again?

Thanks,

Au Nguyen.

Assuming I have a general function f(x). The derivative with respect to x would be: df/dx .

I now want to rescale, which basically means that I want to change x to a*y where a is a parameter (general constant) and y is my new variable.

If I use

subs( x=a*y, df(x)/dx )

I get

d/d(a*y)  f(a*y)

but 'a' should be a parameter, so this should give

1/a * df(a*y)/dy = df(y)/dy

How do I tell that to Maple?

 

I know that I have raised this question before, and also got some responses.

However, I cannot find the thread, and I'm still interested in what is going on.

I don't have a clue.

restart;
f:=proc(a)
plot(sin(x),x=0..Pi);
#plot(x^3,x=0..1);
#plot(undefined,x=0..1);
a^2   
end proc:

#Now try plotting what should be the parabola y = x^2 on the interval -1..1:
plot(f,-1..1,adaptive=false);
plot(f,-1..1);
plot(f(a),a=-1..1);

Another pointplot3d animate problem

when the axes option is not specified the view option magnifies the symbols when symbol=circle
The field of view is not increased as it should.

animate(pointplot3d, [[[1, 2, 3], [4, 5, 6], [2, 2, 2]], color = blue, symbol=circle, orientation = [A, A]], A = 45 .. 405, view = [-100 .. 100, -100 .. 100, -100 .. 100], frames = 100);


 This is in Maple 12, I haven't checked to see if it exists in newer versions of Maple. 

 i want to create matrix that it`s element are matrix.
for example my matrix is 3*3 and elements are 2*2
in addition my element-matrix elements are unknown(x11,x12,........)

i got many float data from 'for' sentence relating x,e.g.

for i to 4 do
  x := 0.01*i;
  if (i = 1) then
    y := 0.2;
    z := 0.05:
  elif (i = 2) then
    y := 0.3;
    z := 0.5:
  elif (i = 3) then
    y := 0.5;
    z := 1.05:
  elif (i = 4) then
    y := 1.2;
    z := 2.05:
  else

Hello all,

I have a nonlinear model y=f(x,y,z,p) that I'd like to solve for various value of p (parameter), where f is a system of equations. This model is constrained by a set of inequalities c(x,y,z,p) <= 0.

I coded the model up in Maple in the following format:

f1 := ...;
f2:=....;
f3:=...;
f4:=...;
c1:= x>=0;
c2:= ....;
etc.

To solve this, I type:

i got a set of roots of nonlinear equation by fslove method.e.g.

y1:=a^4+b-3=0;

y2:=a^3+b^2+2=0;

fsolve({y1, y2})

⇒{a = -1.402752934, b = -.8719054433}

i got roots value of the equation,but i want to continue to use direcly the float values of 'a' and 'b' in my program,but i couldnt ues them by some methods since 'a' and 'b' didnt seem to be assigned.so i had to write the values in a text file,then...

I have a maple worksheet with 2d input:

> for i to 10 do f := proc (x) options operator, arrow; x^2 end proc; f(x) end do;

of course it looks "pretty" in the actual worksheet.

 

When I export this to Latex I get the standard stuff and this:

 

\begin{maplegroup}
\begin{mapleinput}
\mapleinline{active}{2d}{for i to 10 do f := proc (x) options operator, arrow; x^2 end proc; f(x) end do; -1}{\[\]}

I ' m trying to plot this parabolas and hyperbollas and all I am getting is like a triangle and a couple of crossed lines. (with or without scaling=constraint)

with(plots):

polarplot(4/(1+1.1*sin(x))):

polarplot(2/(1-sin(x)),x);

polarplot(2*1.5/(1-1.5*cos(x)),x);

 

Is it another problem with Maple?

 

Thanks.

Hi,

i have system of two equastion with two vairable (x,y) and paramater ( b1,...,b4, a,...,a4 ) as follow,

 q:=b4*(y^3)+b1*x*(y^2)+b2*(x^2)*(y)+b3*(x^3);

q1:=a*y+a1*x+a2*x*y+a3*(x^2)+a4*(y^2);

solve({q,q1},{x,y}):

maple doesnot  give any result except o,o solution

can you help me to solve this problem ?

is there any package that able to find the solution reither than numerical method?

Hi,

i have a same problem , could you please help to solve this problem?

I used maple help to solve my problem but for this one I could not.

I have equation system with 4 equations and variables are for example x y z w .

The problem is I  have  xy  x^2  x^3  yw   in my equations so maple with solve could not solve that.

On the other hand,the equation are parametric and non numeric I mean the answer...

First 1965 1966 1967 1968 1969 1970 1971 Last Page 1967 of 2434