Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

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 

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).

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?

Hello,

 

I am trying to maximize

Some calculus problems are worked out with the differential formatted as a function prime (f', G', etc.). How do I enter a function with the prime symbol so that Maple will treat it consistently? I recall entering f'(x) once in the legend of a Plot. The legend, as output, was in 2D format d/dx(f(x).

Another variation on my question is this: If I enter diff(x^2,x), or d/dx x^2 in 2D Maple, and calculate, I get 2x. If there a way to enter f'(x^2) to get the derivative?

How to find the sum of the series sum(3^(-n)*floor((1/7)*2^(n+2)), n = 1 .. infinity) with Maple?

A more serious formulation is the following. Let us consider the cartesian product
 {1, 2, 3, 4, 5, 6, 7, 8} x {1, 2, 3, 4, 5, 6, 7, 8} as a subset of the plane xOy. What is its maximal subset which does not include three points belonging to a straight line? How to find this with Maple? I don't know the answer. My hypothesis is the number of the elements of that set is about 10.

First 1525 1526 1527 1528 1529 1530 1531 Last Page 1527 of 2223