MaplePrimes Questions

The circle S with center at the origin and radius 2 is given by the equation x2 + y2 = 4
The circle S have two

We have a task her that I hope someone can help us with.

The task is to build a steel frame to a tent.  The frame consists of four legs with X length and a rectangle on the top with sides Y and Z.  The lengths are measured in meters.
The volume V=X*Y*Z of the tent has to be 32 m3.  The task is to create the tent so that the total length L of the pipe is minimized to the shortest.

L=4x+2y+2z

Thx for all fast help :D

   ...

I am trying to get the real and imaginary part of a complex expression but it appears that the evalc(Im(F)) does not work. My guess is that i have to manipulate the expression before i use the evalc, but the simplify command for example did not give a result either. My funstion is F:=1+2*zs*I-w^2/ws^2-w^2/ws^2*ks*(1+2*zs*I)*(K3*(1+2*z3*I)-H*K2(1+2*z2*I)+H*(H*K1*(1+2*z1*I)-K2*(1+2*z2*I)))/(K1*(1+2*z1*I)*K3*(1+2*z3*I)-K2^2*(1+2*z2*I)^2);

As you see I have imaginary I...

In the name God,

Hello all,

I'm a maple16-x64 user.

I am to solve a nonlinear 3-equation-system (Vector RO) for which I have It's exact solution up to 90 digits(Vector valued;)

http://bayanbox.ir/blog/hossayni/codes/RO.m?download

http://bayanbox.ir/blog/hossayni/codes/valued.m?download 

I'm using Latex to write sketching questions. Although it works well for me, and it is quite easy, there are a couple of things I want to do and couldn't:

1 - having the axes with different lenghts: the sketch area is always shown as a square, even when the axes have different lengths. I want to have a longer x axis, keeping the units proportional in both axes.

2 - having an image in the background of the skecth area.

 

Hello.

 

I used MapleSim to obtain system's equation by "Equation Extraction."

In the equation, there is a strange command displayed as "preopt" and I have no idea know what this command does.

This command appears in piecewise that contains roots.

I used helps (both Maple's help and the help on the website) and googles but still don't get any idea.

 

Can anyone tell me what "preopt" command is?

Suppose X with two dots on the top +2*x with one dot on the top +3*x=4*t;x(0)=1; x with one dot on the top =2. using maple and Euler method approximate x(3.0) and x with one dot on the top (3.0) using a step size of h = 0.01. Edit your output to fit on one side of a single sheet of paper. Include Maple source code and circle the values for x(3.0) and x with one dot on the top (3.0).

Hi,

I am a backend system administrator. We have been running Maple TA 2.51/PosgSQl 8.2.3 (I was not involved in original 2.51 setup).  I  built a new RHEL 5.5 With Maple T.A 8/PostgreSQL 9.1.  everything is working great in the new system, except I need to import the old data to the new system. I have no idea where to start or how to go about it.  any pointers will be great.

 

Thanks in advance.

Zman

with(plots):
plot3d(sqrt(25-x^2-y^2),x=-6..6,y=-6..6,axes=box)

Notice it doesn't completely go down to the x-axis. 

It can be partially fixed with this

plot3d(sqrt(25-x^2-y^2),x=-6..6,y=-sqrt(25-x^2)..sqrt(25-x^2),axes=box)

but due to bugs in earlier versions of maple I can only achieve this

I need someone with a keen eye for errors. I am trying to use the Weyl character formula for Sp(4,C) on certain matrices coming from 2x2 quaternion matrices. Summing these traces in my case should give an integer output (since they are supposed to represent dimensions of spaces of modular forms)...however I am not getting integers.

In particular I have a quaternion algebra (which for now is just Hamiltons quaternions) and a maximal order. The units of this maximal order (which form the list A...

eqn := y^2 = x^3 + a*x  + b

where a and b are summation of things, or constant

if use convert(eqn, ratpoly) to get a ratpoly

 

can it be used to guess gf using guessgf directly?

or

convert ratpoly to differential equation and then calculate eigenfunction and calculate generating function?

numeric_de.mw

hello boffins

if my de was soluble analytically, I would get an expression of time in terms of the other variables (V,theta,x) easily, but because it is only numerically solvable, i get an expression x(t)=proc(t)...,- the variables V and theta are mixed up in it-. Is there anyway they can appear?

I know I can put numerical values on V and Theta (and x) and solve for time (using parameters...

I would like to have Maple reproduce the well known result that the geometric power series with first term 1 and common ratio x, with |x|<1, converges to 1/(1-x). When I do:

 

sum(x^k,k=0..infinity);

 

I get - 1/(x-1). Which is okay, but is there a way to force Maple to produce 1/(1-x)?

 

Thanks!

I have a function T = x*z(x), that I want to plot.

T should be drawn at the y-axis. But at the x-axis, there should not x be used, but z(x).

It shall look like:

 

T

¦

¦

¦

¦

¦-------------------------------------- z

Any idea how to do this?

BTW: I read, that Maple 16 has enhanced plotting functions. Is it worth the upgrade or are there just minor goodies?

I'm not sure if u have seen this website http://mathproblems.info/working.php#s99 but i wonder if there is a better way to solve this problem using maple:

#99

It is your task to deliever as much grain as possible from city A to city B. The cities are 1,000 miles apart. You initially have 10,000 pounds of grain. Your camel may carry up to 1,000 pounds and eats 1 pound of grain per mile traveled. You...

First 1656 1657 1658 1659 1660 1661 1662 Last Page 1658 of 2428