Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi.i cant write english very well. excuse me

i solve the Eigenvectors of two matrix. first i want to delete complex numbers in solve. and then sort the little vector in first matrix of vector. as this picture

1.mw

 

code

k__1 := (12*2)*10^6/3^3; k__2 := k__1; k__3 := (3*1.5)*10^6/3^3; k__4 := (12*1.5)*10^6/3^3; k__5 := 12*10^6/3^3; m__1 := 8000; m__2 := 7000; m__3 := 6000; m__4 := 5000; m__5 := 10000; K := Matrix(5, 5, [[k__1+k__2, -k__2, 0, 0, 0], [-k__2, k__2+k__3, -k__3, 0, 0], [0, -k__3, k__3+k__4, -k__4, 0], [0, 0, -k__4, k__4+k__5, -k__5], [0, 0, 0, -k__5, k__5]]); M := Matrix(5, 5, [[m__1, 0, 0, 0, 0], [0, m__2, 0, 0, 0], [0, 0, m__3, 0, 0], [0, 0, 0, m__4, 0], [0, 0, 0, 0, m__5]])

read example
 
sph := <R*cos(u)*cos(v)|R*sin(u)*cos(v)|R*sin(v)>;
GK(sph); #Gauss Curvature
MK(sph); #Mean Curvature
 
how to find sph if slope is tan(u) ?
 

I have the following equality:(N*(P-p[th])/K+p[th])/(2+2*N*Gamma/K+(1+N*Gamma/K)^2/(N*(P-p[th])/K+p[th])) = p[th]/(2+1/p[th]).

How can I get the solution step by step? I have read the forums around and tried few of the tutors, but most of them are either for single variable or I have to specify values for the variables.

What coding will display a spherical cap of an arbitrary sphere (an arbitrarily located centre and arbitrary radius) where the cap covers an arbitrary solid angle and the radius to the cap's centre is any arbitrary radius of the sphere?

Assume the sphere is defined by its radius and its azimuth and polar angles.

hello experts,

I was using maple for a physical  problem,

and things turned very complicated with a equation with bessel function in it,

like this BesselI(1, (0.9067480359e-2+0.9067480359e-2*I)*sqrt(f))andBesselI(0., (0.9067480359e-2+0.9067480359e-2*I)*sqrt(f)),

which include complex,

the whole equation is as followed:

the variable is f and RV,,dependent variable is RV.

how am I supposed to plot RV when f=100..4000?

it is certain RV has real part and imaginary part,maybe i need a 3Dplot?

please let me know if you have any idea.

best regards,


 

-7.873519774*10^18*RV^4+(2.676513624*10^12-3.842712573*10^15*(-1)^(3/4)*BesselI(1, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))/(Pi*sqrt(f)*BesselI(0, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))*(4+623.8617593*(-1)^(3/4)*BesselI(1, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))/(BesselI(0, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))*sqrt(f)))))*RV^2+80864.83845+1.440831316*10^9*(-1)^(3/4)*BesselI(1, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))/(Pi*sqrt(f)*BesselI(0, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))*(4+623.8617593*(-1)^(3/4)*BesselI(1, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))/(BesselI(0, 0.1282335370e-1*(-1)^(1/4)*sqrt(f))*sqrt(f)))) = 0
 

want to plot the relationship between RV and f,but how?

 

complexplot(RV, f = 100 .. 4000, labels = ["Re", "Im"])

complexplot(RV, f = 100 .. 4000, labels = ["Re", "Im"])

(1)

NULL


 

Download bessel_in_equation.mw

 

I take the Inverse Laplace Transform on a specific function and the shown result is still an integral.

Would you like to explain it to me?

Thanks.

 

 

can Maple solve bessel function by itself?

Or it seems i need to work out the solving process on myown?

my function is just like this, a simple one

please let me know if yo have any idea about it.

best regards

memdream

 

hello

as described in the title

what i want to define are these 

 

but i get this

as the result of expression of

I wonder what I should do to get this?

i.e define them at the same time.

if anybody knows, please help me.

best regards,

Memdream.

in my solution is 0.0000 . how can show it 0 and how can i show the solutions for example 10^-30 to zero(round to zero)

 

1.mw

 

Dear Maple users,

Is it possible to draw a portion of the figure on the figure it self (Inset) In maple? Below is an example pic:

 

Thanks,

 

how can I print my equation or configure maple so that they don't try to autofit themselves in the window? and what would the best way to export them to MATLAB be? I know there's the codegeneration command.

 

For example, I noticed that the output of some commands like StateSpace prints the equations in a way that if they are too long, they won't try tu fit, but rather it lets you scroll to the right:

 

I have the following inequalty

GAMMA*sigma^2 < 1+2*sigma[H]^2*p[th]-2*K*(1+sigma[H]^2*p[th])/N, assuming all of the variables are positive.

How could I make a 3d plot with three axes for Г, K and N for example?

i solve a dynamic problem but i get wrong answer. F (load) after 0.02 then to zero but d (displaciment) not go to zero 

1.mw  

New_Microsoft_Excel_Worksheet1.xlsx

A. how to find xx1,xx2,xx3,yy1,yy2,yy3 that
Determinant(Matrix([[xx1,yy1,1],[xx2,yy2,1],[xx3,yy3,1]])) =(1/2)*aa*d*s*u+(1/2)*aa*d*s*a*t+(1/2)*d*v*u*t+(1/4)*d*v*a*t^2;
 
B. how to find x1,x2,x3,x4,y1,y2,y3,y4 that expand(
(x2 - x1)*(y4 - y3) - (y2 - y1)*(x4 - x3)) = (1/2)*d*s*aa*v+(1/2)*d*aa*v*u*t+(1/4)*d*aa*v*a*t^2+(1/2)*aa*d*s*u+(1/2)*aa*d*s*a*t+(1/2)*d*u^2*t+(3/4)*d*u*a*t^2+(1/4)*d*a^2*t^3;
First 933 934 935 936 937 938 939 Last Page 935 of 2215