Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi

I have 10 equations and the summation of them will give me the answer but each of them have small numeric noises and the sumation of them makes the final result inaccurate.  For example the first equation is 

I have an equation that is a function of two variables i.e Cp(beta,lambda). I have to plot several Cp curves on the same graph for a range of lambda=0..15 (x-axis). The 1st curve I want Cp@beta=0, 2nd curve Cp@beta=5, 3rdcurve Cp@beta=10 .... and so on

How can I do this without having to define a separate Cp equation for each beta value?

Hi!

I get the result which was stored in table, such as:

m:=table([1=[151,153,155,160],2=[157,152,153,150],3=[161,158,152,156]])

I can't export it to excel, because the type of m is table, the export  instruction must be array or matrix.

Please help me, Thank you!

When I use the command 'ImportMatrix', this error occourred. And I could assure that the filename and directory are true.

The file is just a simple matrix in 3 dimensions. It contains seven lines and three rows. The screenshort is just as follows. 

And I want to know what's the error. 

Thank you!

Let say that you have two matricies:

X := Matrix(Statistics[Shuffle]([seq(x[i], i = 1 .. 100)]));
Y := Matrix(Statistics[Shuffle]([seq(y[i], i = 1 .. 100)]));

For example the matrix x could be:    x[45]    x[12]     x[2]     x[10]      etc
For example the matrix y could be:    x[12]    x[1]       x[20...

 

Hello

I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.

What i would like to do is this:

1. Make a matrix with 0 or 1 as enteries

2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]

3. plot these vectors as graphs and store them with the help of plotsetup

4. changing the matrix and rinse and repet 2,3,4 until satisfied

Hi,

i have to make an iteration in the following way, but i have a problem to plot the result. Has someone an idea how to plot?

 

s_1 := 0.779e-1*t^2-.1345*t+.2031:
s_2 := 1.3502*t-6.8742:
s_3 := .1112*t^2-1.5108*t+11.527:
s_4 := 1.9322*t-15.099:
s_5 := -0.178e-1*t^2+2.648*t-22.312:
V_0 := .3*.15:
p_0 := 100000:

t:= 0:
tmp:= p_0:
S := 0:

while t do

if t >= 0 and t if t > 9.5 and t if t > 12.875...

Dear Primers

I have an integral equation of the form below:

exp(-(1/2)*(x-u0)^2/s0^2)-sqrt(Pi)*(int(f(y)*exp(-(1/2)*(y*u1-x)^2/ys1^2)/(sqrt(Pi)*ys1), y = 0 .. infinity)) = 0;

In this equation, u0,u1, s1, s2 are konwn constants and f(y) is a function with a certain exact form. I want to get the analytical solution

Hello,

 

I have a very important question that I can't seem to find anywhere in the literature.  I am trying to create a procedure to do something that would be seeminly impossible by hand.  In doing so, I need to create exactly 729 variables, which I would like to simply call x_i for i=1...729.  Yet the problem is that I don't know how to define the variable x_i during the procedure.  For example, I would like to do something of the sort:

Hi all,

I am trying to implement boundary conditions in MAPLE, but I don't know how to implement them,  I am attaching a maple file for your kind comments.  An example of similar kind will be of real help.

Thanks in advance

A.Q

Soton

mapleprimes1.mw

q3.mw
Hi!

I have a problem:

Graph a (in blue) and graph c (in red) are plotted, the value of ax,ay and cx, cy are in list.

program as follows:(also in file q3.mw)

with(plots); ax := [13300, 17400, 12500, 20300, 12100, 22100, 11800, 23100, 11600, 23800, 11400, 24300, 11300, 24700, 11200, 25100]; ay := [.2, .2, .3, .3, .4, .4, .5, .5, .6, .6, .7, .7, .8, .8, .9, .9]; cx := [17700,...

 Have to solve and ODE in the domain of [-infnity +infinity ] via specific analytical method but due to some restrictions it could not be solved. In order to solve it, I have separated the domain into [-infinity 0 ] and [0 infinity]. So, I have to add some boundary values at x=0 to the problem. Assuming the solution of the mentioned ODE in  [-infinity 0 ] is g(x) and in [0 infinity]  is f(x), I added the boundary values of f(0)=g(0)=a and f ' (0)=b and obtained f(x...

hi. i sometimes want to see how a subset A of the complex plane behaves under a certain mapping f. i plot A in red and f(A) in blue into the same plot. no problem so far.

 

but i also want to see how certain points are mapped to better understand the mapping. in some old maple version (like 5) i hacked that in by running through the plot structure and add green lines from z to f(z) for like every 10th entry to the plot.

 

now in maple...

hi. i am regularly plotting subsets of the complex plane. but i have not figured out yet how i can have the vertical axis labeled with i, 2i, 3i, ... instead of 1, 2, 3, ...

 

how do i do it?

this error message hapened,but  i try process agin ,this erro disappeared, the proce is perfect, but  then it appear agin. is this a bug?  i use maple 16.

> restart;
> with(plots);
> with(DEtools);
> pendulums := proc (L, angle, velocity, a, b, n) local i, deq, X, Y, inits, slnnf, ACF1, ACF2, ACF3, ACF4; deq := L*(diff(theta(t), `$`(t, 2)))+(diff(X(t), `$`(t, 2)))*cos(theta(t))+(diff(Y(t), `$`(t, 2))+9.81)*sin(theta(t)) = 0; inits := {theta(0...

First 1577 1578 1579 1580 1581 1582 1583 Last Page 1579 of 2224