MaplePrimes Questions

Hey Forums!

 

Im using maple 16 for some rather simple Engineering calculatioins. One thing about using maple bothers me, and that is the way my result is displayed.

 

Here is an example

Here is another

 

Adding "simplify" or "evalf" sometimes does the trick, but id really like...

I have total nine equations,out of which some are linear and some of them are nonlinear.I am a new user of maple.The nine equations are

c2+vc = .34,

c2+c3 = .519,

t8+c3-c4-vc = .132,

t1+t5-c2+0.0435=0,

t1-t2-c2+c3-1.334*vc = 0,

t2+t6-c3-c4+0.0435+1.334*vc=0,

-112.5*t1+112.5*t5+300*c2^2+1000*vc = 38.25,

112.5*t1-112.5*t2-300*c2^2+300*c3-300*c3^2-2000*vc+23.4 = 0,

-112.8*t8+112.5*t2-112.5*t6+300*c4^2-300*c3+300*c3^2+1000*vc+14.85 = 0

This piece of code returns a vector 'Sinrdensity' with identity entries. what's wrong with it?

restart;
sinrvalue := [seq(10^((1/10)*i), i = -15 .. 25, .5)];

Sinrdensity := Matrix(1, nops(sinrvalue), 0);

task := proc (sinrdensity, initialpoint, endpoint)

local bft, Theta, bound, value;

for value from initialpoint to endpoint do

bft := unapply(1/(1+I*t), t);

for Theta from 0 to 10^10 while is(0.1e-1 <= evalf(abs(bft(2^Theta...

like f# do

 

match(tree)

with| verification('hyporesult'(alpha,beta), 'dedeuceto'('Conj'(alpha,beta),gamma) -> 'hyporesult'('Conj'(alpha,gamma),beta)

 

need to get hyporesult is prefix, and then use if the compare, and get first parameter and second parameter such as for 'Conj'(alpha, gamma)

 

i use typefunc('hyporesult'(alpha,beta)) can not get 'hyporesult'

moreover...

Who knows what Maple does wrong on this one?



T:=Sum(1/(6*k+1)!, k=0..infinity); evalf(T); value(T); evalf(%);

Sum(1/factorial(6*k+1), k = 0 .. infinity)

 

1.000198413

 

(1/6)*3^(1/2)*exp(-1/2)*sin((1/2)*3^(1/2))+(1/6)*3^(1/2)*exp(1/2)*sin((1/2)*3^(1/2))+(1/6)*exp(1/2)*cos((1/2)*3^(1/2))

 

.6739557747

(1)

 



Download sum.mw

Does any one know how to derive this model in Maple?

The_Price_is_Righ.pdf

I did two polar plots as you see and wanted to color the region between them.

> with(plots);
> a1 := polarplot(1, t = 0 .. 6*Pi*(1/3), thickness = 2, filled = true, color = black);
> a2 := polarplot(2*cos(t), t = 0 .. 6*Pi*(1/3), thickness = 2);
> a3 := polarplot(2*cos(t), t = -(1/3)*Pi .. (1/3)*Pi, filled = true, thickness = 2);
> display(a1, a2, a3);

The program makes the region colored red but there is an overlapping part which...

Can you help me how to program about the interference of wave on the water surface in Maple ?

Hi, 

I've bought NAG C Library for my mac in order to use it in Maple.

However, it seems that Maple doesn't know where to search for it.
Indeed, it returns

Error, (in NAG:-h03abc) external linking: error loading external library libnagc_nag.dylib: dlopen(libnagc_nag.dylib, 129): image not found 

I've installed NAG C Library in usr/Library

 

Thank you very much for your help 

If I have several sets of listed data of different lengths,

a1:=[1,2]
a2:=[5,3,4,5]
a3:=[4,8,4,5,3,2,3,4,5]
a4:=[2,2,5,4,7,8]
...

How do I join the 1st positions into one variable and the 2nd positions into another and so on?

Let the points M_1(-2,3,-4), M_2(4,-1,3) and the two straight lines l_1: x=-t+3,y= 2t-4,z= t+2 , l_2: x=s+4, y= 2s, z= 2s-1 be given. How to find the shortest path from M_1 to M_2 of the form M_1 - A -B - M_2 or M_1 -C - E - M_2, where A belongs to l_1, B belongs to l_2, C belongs to l_2, and E belongs to l_1? In other words, what is the shortest path between M_1 and M_2 which intersects with l_1 and l_2? How to find it with Maple?

Further tags : implicit form, Matlab codegen for GPOPS purposes

Hi there,

I would like to introduce my self and ask you for an advice. 

I have a four linked robot that i would really like to control by the meaning of the optimal control theory. The arm has 4 actuators (giving torques U) in corrispondence of 4 rotational joints. P parameters describe the system.

I got ht edynamic system with the Lagrangian method and now I have 4 2nd order...

How do I find all words beginning with "FL" and ending in "S" ?

So currently i am trying to programm a game. for that i would need a Textbox that is updating once the player makes an input. I have a textbox TB1 and a button with the action linked. the action that the button should make is calling an external procedure which in turn updates the textbox. But i currently i keep getting the following error expresion:

Error, (in Maplets:-Tools:-Set) invalid argument(s): [TB1]::string = [7, 8, 9]

So what die i do wrong.

How can I find the surface area of a normal chicken egg? http://math.stackexchange.com/questions/407310/how-can-i-find-the-surface-area-of-a-normal-chicken-eggPlaying replies to the topic in Mathematics Stack Exchange:_SurfaceAreaChickenE.zipGracias to Acer and Carl Love for your answers.
First 1577 1578 1579 1580 1581 1582 1583 Last Page 1579 of 2427