Maple 14 Questions and Posts

These are Posts and Questions associated with the product, Maple 14

Hi

The problem is, as said, how can i get a "math output" when having something typed into my package.. 

An example of this could be:

printf("\Your function is: x^2");

When typing it like this my output becomes x^2, I would like it to become x2 , how can I fix this?

 

- Slangers

Hi,

I have this problem when I use assume and assign a value to an assumed parameter.

Example:

restart:assume(beta>0):

g:=int(Sum(5*sin(n*beta*x),n=1..5),x) ;

beta:=1;

g;

Normaly beta:=1 is replaced into g. The result obtained is function of beta and beta:=1 is not replaced.

Why beta:=1 is not replaced in g ?

Thanks for suggestion

Good afternoon.

I have a problem.

I want to evaluate that equations

> aux1 := tau1-c11*x2q1(t)-c12*x2q2(t)-c13*x2q3(t)-g1-fric1;
> aux2 := tau2-c21*x2q1(t)-c22*x2q2(t)-c23*x2q3(t)-g2-fric2;
> aux3 := tau3-c31*x2q1(t)-c32*x2q2(t)-c33*x2q3(t)-g3-fric3;
when the variable fric1, fric2 and fric3 are cero and other values.
I like to watch the result in the same plot.
I am using Ode.
i send my file

Hi all,

I have this piecewise function:

Mr := theta->piecewise(theta>=0 and theta<=(Pi/(2*p))-(beta/2),0,theta>(Pi/(2*p))-(beta/2) and theta<=(Pi/(2*p))+(beta/2),Br/mu0,theta>(Pi/(2*p))+(beta/2) and theta<=((3*Pi)/(2*p))-(beta/2),0,theta>((3*Pi)/(2*p))-(beta/2) and theta<=((3*Pi)/(2*p))+(beta/2),-Br/mu0,theta>((3*Pi)/(2*p))+(beta/2) and theta<=2*Pi/p,0);

I want to calculate the Fourier serie of this function without giving...

 

The coefficient of determination also known as R^2 tells how good a fit is. If R^2=1 the fit is perfect an if R^2=0 it's useless. But Maple don't have a native function to calculate R^2. I seached and found this: 
http://www.mapleprimes.com/questions/40171-Determining-An-Equations-Accuracy

But it only describe how to calculate R^2 on a 

Hello!

I've got a question about model integration process.

I've tried to solve quite complex mechanical model and this messages have appeared.

 

Computing initial conditions...
Iterate re-initialization...
done.
Simulating...
CreateDataRecord: using dsolve method=rosenbrock_dae
Generating configuration 1
Integrating configuration...
Re-initializing after event at t=4.94271387307997e-009...

Good afternoon.

I have a problem.

i want ot add the procedure friccion(x1q1(t), x2q1(t), 1) into the dynamic system equation, because the fricction change with the velocity.

I don´t know how can solve that

Please help me o give some ideas.

thank you

30-03-2011-robot-man.mw

Hello.

I can't find a very "basic" tutorial about data file plotting and I have very simple questions.

Assume that we have a file that contains :

0.5 0.2

0.3 0.9

0.4 0.1

0.7 0.6

 

The first thing to do is to read data. I have no problems for that :

mydata:=readdata("test.txt",2)

Then

mydata=[[0.5,0.2],[0.3,0.9],[0.4,0.1],[0.7,0.6]]

 

Question n°1

Why is this software so unintuitive ?!

It can't even plot a vectorfunction, and when i finally found out (wich took a looong time because there is no help to get out there) i discovered my need for having to plot 2 functions in 1 graph wich is impossible !!

This is a ridiculous piece of software that i wouldn't even use, even if i got money for it !

I have fought to make this work because i had 3 small assignments to do, and thought they would be nice...

My goal is to find a way to code sliders that set parameters for a plot so that it is not necessary to re-code all of the existing sliders when a new one controlling the same plot is added.

The closest I've come is the following.   Say I've defined a couple of functions

f:= (A,x) ->  sin(A*x);

g := (B,x) -> cos(B*x);

and

plot0 := plot([f(A,x),g(B,x)],x=a..b,color[blue,red]);  

And two sliders with code for action

Hi all,

first off, I don't think this is a normal "how do you rescale a graph" question - I'm aware that there are plenty of those around, but none seems to answer my question.

 

I essentially want to change the x-axis of a graph by a factor, rather than just changing the plotting range or tick-marks. For example, I have a function, f(x), and it's derivative (with respect to x) f'(x). I can plot f'(x) for x=1....60 easily for example, but I also want to plot f'(x...

I want to assign

 

D1:=-1/4*int((f*exp(-v*s)*(1+v*s)/v^3),0..infinity);

 

When I do this, it print f(x), v(x), s(x) in the integral and I don't want that...it should stay as f,v,s. Am I doing something wrong?

Hi

I'm trying to debug my module, but cannot find the problem! The problem areas are marked with red. Can you help?

Modul.mw

 

I'm trying to plot some expressions the contain infinite summations.  On some of them it is working, but is really slow, and on others Maple keeps thinking and consuming more memory until it reaches just under 2 gb, by which time it is pretty much hung.

Is there a way make Maple not work so hard in evaluating the summations?

Dear guys! I've written some expressions and then the final equations which I want to solve as below:

> Omega0 := 0.26: H0 := 0.8: q0 := -0.61: j0 := 1: s0 := -0.18: l0 := 2.61:

> f0 := 6*H0^2*(Omega0-2):      f10 := 1:    f20 := (6*H0^2)^(-1)*(-3*Omega0/(4*(1+q0))+1/2):     f30 := (6*H0^2)^(-2)*(-3*Omega0*(3*q0^2+6*q0+j0+2)/(8*(1+q0)^3)+3/4):     f40 := (6*H0^2)^(-3)*(-3*Omega0*(s0*(1+q0...

First 15 16 17 18 19 20 21 Last Page 17 of 34