MaplePrimes Questions

I have tried to make a pendulum with flexible rod (see file and figure), but have faced a problem. How can I set the initial angle of the rod deviation from a local vertical (alpha)? TSDA does not give such possibility.


And the second question: how to measure this angle during motion, and also an angle of a body deviation relatively to a rod (psi)? Probes allow to measure only angular velocity. How to get an angles?

Hi;

i have run a progrm in maple. this program is to solve 6 equastions for 1000 000 00 times. maple is shutdown when the process reach 1000,000 times.

can you help me to solve this problem in the maple pragram, please?

do you think increase the memory pf the maple is on solution for this problem?

reagrds

r

So I've solved this system of ODEs already in a certain gauge where h[r](r) was set to zero, and my answer was consistent with a previously calculated solution, but now I'm trying to do it with a non-zero h[r](r).

The previous result Maple easily solved with dsolve, but puting that in this time, I get:

ode := [-1/2*(4*h[v](r)*r+4*h[r](r)*r-2*diff(h[v](r),`$`(r,2))*r^3-2*h[2](r)*6-2*h[r](r)*6*r+diff(h[2](r),r)*6*r+4*h[2](r)-2*diff(h[2](r),r)*r)/r^3=0,

I'm getting an error trying to get the singular vector of this matrix:

 

e2 := Normalize(<100,200,1>, Euclidean):
e3 := Normalize(<-500,-600,1>, Euclidean):
a := e2(1):
b := e2(2):
c := e2(3):
d := e3(1):
e := e3(2):
f := e3(3):
A := Matrix( [[a,b,c], [d,e,f], [a,e,f]] );

SingularValues(A, output='Vt');
Error, (in LinearAlgebra:-LA_Main:-SingularValues) Matrix of type complex(extended_numeric) required for output object(s) [Vt]

I've been trying to numerically solve (and then plot) this set of equations, to reproduce results from a scientific paper (Berro et al., BPJ 2007). Maple tells me that some matrix is singular - any idea what I can do differently?

Any help much appreciated.

> eqn1 := 15*(diff(theta(s), `$`(s, 2))) = N3(s)*cos(theta(s))-N1(s)*sin(theta(s));                    ...

I want to fsolve one non-linear equation as follows: expr_1/expr_2=C which can not be solvable in maple directly. However, once I use expr_3=simplify(expr_1/expr_2) and then expr_3=C, it returns a result. Something weird happens now. Once I substitute the result in expr_3, it returns a value the same as C. But if I substitute the result in expr_1 and expr_2 respectively and then do a division, the outcome is dramatically different from C, which makes no sense at all. Is it...

Hello,

I have a large calculation set in Maple 14 that has an assigned value to the variable 'm'. Now I am trying to incorporate units into the calculations using "with(Units[Standard]):". However, an error is thrown whenever i try to use the [[m]] units, since I have assigned it a value already. Is there any way to keep my variable name and still use meters as units?

 

Hi,

i have a problem to find the minimum point for implictfunction ,

I have a implictfunction that is ( f(x,y,z)=0 ), i want to find the minimum point for x.

I try to solved this problem using optimastion package and lagrangeMulteplied. the poth packages do not solved the problem.

Also if i have a implicitfunction as g(x,y,z,k)=0.

can you help me to solved this problem using maple? 

 

The numerical solution of PDE with IBC is given as a module: Download PDE1.mw . How to extract u(0.5,t) and u'_t(0.5,t) from this solution? Thanks in advance.

Following the last question: After eliminating the units, the equation is still not solved. Such kind of equation is not solvable at all, even numerically? Thanks.

PS: Is it possible to edit a posted question? Sometime I want to add more information but could not edit the old one.

Hi, again, I am a physist. It is convenient to solve problems in presence of units. I have a equation (1-variable) including a erf function to solve. As I substute all the constants (with units) and then use 'solve'. It returns a warning without any result. I am not really familiar with the numeric package in maple. Could anyone give me some advice? Thank you.

Hi, I am a green hand of Maple. I guess this is a common question for many users. Some times, Maple can not deal with an integral with a lot of symbols. However, if I manually simplify the integral somehow so that less simbols are left, keeping the main feature of the integral unchanged, it works. Thus, my question is: Is there some limitation that number of simbol can appear in the integral? What decides whether a integral works or not? Thank you.

Just wondering how many undocumented commands exist in Maple?  HTTP is only one I know about.  I believe documentation for it exists only in a help page on an older version of Maple, Maple 9 I think (but removed in newer versions), however it's functionality is still active in the newer versions. 

Any others?

Hello

I want to solve a cylindrical PDE with Maple. how can i solve it?

equation

I couldn't set plot view ranges for plot component (in the attached worksheet). How can i do that?

example worksheet has to draw an ellipse whose center coordinates are determined by two sliders (lef tslider for x, right slider for y). I used following callback function

Do ( xpos = %xPos );
Do ( ypos = %yPos );

Do( %Plot0 = plots[display]( plottools[ellipse]([xpos,ypos],3,4)), view=[-10..110,-10..110],axes=boxed );

When i try setting this task at prompt, it succeeds ...

First 1975 1976 1977 1978 1979 1980 1981 Last Page 1977 of 2434