Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I've found no questions about these types of functions. When I try to solve this equation by using the FOC function and then try to isolate one of the variables 'effort' (or optimal effort) the outcome is about 6 lines of algebra. When I use simplify it expands even further. What other options are there to get a 'nice' expression?

Professor is working in Maple 13  I have Maple 15 just started using this. 

He types 

DE1:=diff(TS(t),t)=3*k[abs]*IO*f/4/r[O]/c[W]/rho[O]-mu*T[O]/(s+1)/r[O]^2/C[W]/rho[O]*((Ts(t)/T[O]^(s+1)-1);

I can not type the math in this format in Maple 15. Can anyone help me, I keep getting error messages.

 

Thanks

CRS

The Standard GUI has an option (Tools -> Options -> General -> Browser) for configuring an installed web browser.  The GUI uses that for its own purposes (for example, clicking on an error message opens the browser at a related Maplesoft site).  Is it possible for the user to access the configured web browser from within Maple, using Maple code?

I have been using Maple in Document mode to provide documentation of engineering calculations according to various design standards.

I have been asked to provide more detail about certain critical calculations.

Ideally, I would want to enter the formula as a symbolic espression, then the output would begin with and echo of the expression with numberic values substituted for the variable names (ie without performing any mathematical operations), and then give the evaluated answer.

I am solving ode system in double precesion with digits 16, some results are in power of -16 which are equivalent to zero. How can I ask maple to put any number with the power of -16 or less to be zero?

Thx for the help.

Hello there!

I'm looking for some help with my maple code ^^

Here's the problem:

 

I have 2 Arrays, A and B. A is an array of points each with its own x and y coordinate ( [[1,3],[5,4],[4,5],...] ) array B is an array of values ( [0.5,0.2,0.1,0.6,.....] ). My goal here is to plot with a dot on each of the coordinates in A with a circle around them of radius of the corresponding value in B. ( the first point [1,3] will be printed on the graph as well as a circle of radius 0.5 ...

Hi everyone,

I am importing an .m file from MATLAB to Maple using the command: FromMFile(). The .m file uses a set of huge symbolic matrices with an output of a huge symbolic vector of 36 by 1. Each element of this vecot is supposed to form a second-order differential /or algebraic equation that I am planning to solve using the Maple DAE toolbox.

The problem I have is that while I execute the worksheet, Maple only evaluates the...

I have a system of equations:

> c := .67;
print(`output redirected...`); # input placeholder
0.67
> r := `<,>`(r1, r2, r3);
print(`output redirected...`); # input placeholder
Vector[column](%id = 190246956)
> Y := `<,>`(gamma1(t), gamma2(t), gamma3(t));
print(`output redirected...`); # input placeholder
Vector[column](%id = 190247020)
> r1 := piecewise(gamma3(t...

I solved the following system using fourth order finite difference and shooting methed and i obtained the results below

but when i tried to solve it using dsolve in Maple I did not obtain the accuract results, I hope to know how to obtain accurate results with this system(the system is uploaded)

 

 restart; Pr := .72; a := 1; c := 1; lambda := 1; M := .2; lambda1 := .2; beta := 0; Ec := 0; A := 0; B := 0; R := 0;

sys := diff(f(t), `$`(t, 3...

Can someone please help me with the Maple language in solving the following equations?  I have already solved them by hand but I am new to Maple and am having difficulty with the coding language.  Here are the problems:

1.  Graph the parametric curve x=2t-pi*sin(t), y=2-pi*cos(t) from 0 to 20.  The curve forms loops, determine the arc length of one loop. 

2.  Graph the rose curve r=sin(4theta) in polar coordinates.  Determine the area of one pedal. 

How to make maple notify about calculated stage in example? As you can see fprintf+fflush doesnt work (hope stdout in maple has descriptor 0 as in others)...

eval_stage.mw

P.S. Don't wait procedure done. Just interrupt.

Hi im new to maple and i need help. I have 2 Matrix, and want to calculate the  angles. I tried very different functions, but i dont get forward.

Did anyone can help me by my problem.

For example:


MAtrix A: 0,999     |    0,012  |-0,002

             -0,012    |   0,975   |-0,218

     ...

I have some data which have a binary tree structure.

Is there a simple way to plot (at least partially) my binary tree?

How can I specify the step size in solving complex system of ordinary differential equations using RK45 with dsolve command???

Thanks,

I've submitted an application to the Application Center: An Epidemic Model (for Influenza or Zombies).  This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations. ...

First 1638 1639 1640 1641 1642 1643 1644 Last Page 1640 of 2224