Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi,I explained my problems in the WS below,Thanks in advance.

Prob_defIntrl.mw

Hi,

 

I have the eq. as shown below:

2*x^3+(2*K1*nbo4+3*K2*nbo4*PH2O)*x^2+3*K1*x*nbo4^2*K2*PH2O-3*K1*nbo4^2*Ti*K2*PH2O = 0

where x is the only variable, however I would like to solve this eq with respect to x for a list of 5 different values for the constant K1 (e.g. 1, 2, 3, 4, 5), and then get an output with the 5 numerical solutions to the eq.

I have tried to make the following matrix:

K1 := [1,2,3,4,5]

fsolve(2*x^3+(2*K1*nbo4+3*K2*nbo4*PH2O...

Hello:
I need your help
How to make maple returned the following results:

R1^2/r0^2-2*R1/r0+1  factor  to (-R1/r0+1)^2

Hello. I am trying to plot a few lines in a threedimensional space in maple 14. The lines are doing what I want, bu they are all pretty ragged. Is there something like a smooth function?

Increasing the numpoints improves the situation, but my processingpower isn't big enough for satisfactory results.

Thanks a lot Ivo

The Code:
> with(plots);
display(
[implicitplot3d([y = 1/x, y = 2*x/(1+2*z)], x = 0 .. 3, y = 0 .. 4, z = 0 .. 2.5, numpoints...

I have some rather complicated equations which Maple couldn' solve analytically. So I plotted the intersect (which worked) and now I wanted to extract the data from the plot to use it in Origin. I managed to get the data with the op comand but somehow I can't use writedata to create a txt file.

In addition does anyone now how to get the length of the output array from intersectplot?

Is there a better way to get what I want?

Hello,

I have a parametric function which represent an angle and parameters are angles too.

theta=f(nu,phi)

I plot theta whith plot3d but when theta become inferior to -90°, maple draw a gap of 180°

How can I plot theta without gap ?

 

Thank's

 

Greetings All 
I can create/plot an egg shape waveform using the equation 
below:

 
y(x) = sqrt(abs[sin(x)+0.1sin(2x)]) 

Here's a link to it below/ image of it attached 
http://dl.dropbox.com/u/6576402/question2.jpg 

However I would like for it to follow the 
Fibonacci...

I want to export a figure,

whatever the format I select, for example bmp,

I found that the resolution of that exported bmp file is fixed 400*400,

how can I change the resolution with a command,

because of its precise control,

help me,

thank you in advance.

Almost a couple of years ago,my quantum mechanics II course teacher was talking about the importance of diagonalizable matrices.Near the end of that lengthy class I was losing my attention & at that time he was talking about finding the diagonalization using Mathematica,but I was not sure.However,since I didn't/don't use Mathematica,I was trying to find the command to diagonalize a given matrix in Maple.I was using maple 13 then & I found a command  called "DiagonalMatrix(...

Hi guys, I have a simple question regarding Maple.

I don't know whether any of you have tried EES, it is used for most of my heat transfer, thermo dynamics courses.

One of the great think i like about it is you can solve equations easily, for example to find "V" where

V=U+a*t

U=3

a=9.81

t=2

in EES this is how you need to define the problem and then just press F2 to get the answer. How can I do this in MAPLE?

Ok hello everyone and thank you in advance.
I have 2-3 difficulties in a maple plotting.
I'm trying to plot two fairly easy surfaces in maple 3d
What I want is:
3 standard axis, x,y,z with y vertical and z coming out of the screen(obviously you can turn it and stuff.)

Two surfaces:
On with y = (1/x), z=free;
The second with y= 2*x(1/z);

Hi all,

I'm editing a scientific document in Maple document mode. I'd like to assign a mathematical result to a variable, which is a 2D-math expression.

An example:

I'd like to assign the result of

diff(x^2,x)

to the expression

ans:=CompleteSquare(x^2+2*x)

                                             ans := (x+1)^2-1

ans1:=CompleteSquare(x^4+2*x^2, x^2)

Error, (in Student:-Precalculus:-CompleteSquare) arguments after the 1st should be a name, function, or a list or set of names or functions...

Hi,   I want to plot a vecotr 100x1   with neumerical data. Could anyone help me.

Amr

> f (x) =  x^3+2*x+1
                 
> NewtonsMethod(f(x), x = -.5, output = sequence);

              -0.5, -0.4545454546, -0.4533983368, ...

First 1751 1752 1753 1754 1755 1756 1757 Last Page 1753 of 2224