MaplePrimes Questions

Hi!

I am bothered by an error that I don't understand. I am trying to write a procedure to solve numerically a delay differential equation "step by step" (for example y'(t)=y(t-1))

here is my code

restart;

y[0]:=t->t; #my initial condition on [-1,0]

p:=dsolve({D(x)(t)=y[0](t-1), x(t0)=x0}, x(t), numeric, parameters=[t0, x0]);

p(parameters=[0,y[0](0)]);

y[1]:=t->op(2,op(2,p(t)));  #y[1](t) is the value of p(t) but in a "readable" format

Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt vo values. Here is my code: puckontable.mw

Hi, I am trying to the following. When my DizLambda value is 0, I would like it to show "a" and if it is not 0 but smaller than 1.5 to show "9", otherwiese, it it is not 0 and bigger than 1.5, to show its original value. How do I do that please in its own matrix position?

restart:
with(LinearAlgebra):
interface(rtablesize=infinity):
node:=9:
Lambda:=DiagonalMatrix([3,6,4,2,5,2,3,5,3,7,4,7,4,6,8,9,2,1]):
dizLambda:=Matrix(node*2):
for i from 1 to (node*2-1) do

Hi,

I want to compute a system of linear equations when they are provided through a matrix product, and the solutions should be some numbers (rational) between 0 and 1, and one of them could be any rational number. Also, I obtain the matrix of coefficients by recursion; I mean, I have a ''for loop" in which I find recursively the matrix of coefficients, and then in each step of loop I solve the system of equations with this coefficients.

I use Maple 13. The...

Hi, the below statement pops out whenever i try to load a worksheet. It used to be able to load after 2/3 tries, but after trying about 5 times, it still doesn't work. I tried saving a different locations, tried changing the names, but it didn't work. May I know how to solve this please? Many thanks.



Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/uss_if_2.mw .

I have valid Maple 15 licenses both on my laptop as well as on my desktop at work. Sometimes I would like to use the kernel of the desktop version (more powerful computer with more memory) with the worksheet-GUI of my laptop esp. since on Mac the X-window interface does not work. Since Maple has a client-server architecture (or kernel-frontend), is there a way---any way---to connect to the remote kernel from my laptop? I believe Mathematica has been able to do that for years.

Hello,

I am working on a physics problem that involves a bead on roating hoop. You need to use Lagrangians to solve this problem but this is not where i am strugling. My school expects us to use maple because it is the program the provide but none of the teachers know how to usem it (they use mathmatica) so they cant help us. We have the equation: θ"= [ω2*cos(θ)-(g/R)]sin(θ) and the initial cond. θ'(0)=0 and θ(0)=θ

Hi,

I am working with equations on Maple which depends on a parameter (epsilon), which can assume only the values +1 and -1 (I intent to replace this value only in the end of calculation). When, however, Maple computes the expressions, the result contains severals powers of epsilon, for instance epsilon^7 or epsilon^4. Since actually we have that epsilon^7=epsilon and epsilon^4=1, respectively, it would be very usefull to me if Maple 

Hi, I was trying to do the following but fail. May I know what does the error mean and how could I rectify it please? Thank you very much.

NULL

Hi, I have M as a 9x9 matrix. I would like to write that if any values in it is smaller than (1e-4) and not equal to zero, then show 0. If not, just reveal its original value. Please help. Thanks.

Hi, could someone please give me an example of how to use "if...and...end if" please?

I tried to write

a:=4; b:=8; c:=3;:

if b>a and c then a end if

I am trying to say if b is larger than a and at the same time larger than c, show me the a value.

Thanks.

How to find the limit limit(u(x,t),t=infinity), where u(x,t) is the solution of the Cauchy problem:
pde:=diff(u(x,t),t)=diff(u(x,t),x,x)+exp(-t) with the initial condition
ic:=u(x,0)=arctan(x) ?

How to solve this problem:

 style = line option is not executed within the command Statistics [PointPlot].

Statistic[PointPlot]

 

 But right click on the graph Style / line is obtained as expected. Except that when you run the initial command, Statistics [PointPlot] ... back to the previous graph.

Hi,

If I have a 18x18 matrix, among are some which values are zero. If I would like to know how many of it are zero and how many are non-zero, what should I write please?

Thanks.

hi

i have the following ode

.7246228659*(diff(f(x), x, x, x))+f(x)*(diff(f(x), x, x))+.6666666666-.6666666666*(diff(f(x), x))^2

with boundary conditions

f(0) = 0, D(f)(0) = a, (D(f))(b) = 1   (b corresponds to infinity and we can assume it 4 or 10 such that the solution converge)

i know the the solutions exist up to a critical value of "a" that beyonds no solution exist. for example for the following ode the critical value is...

First 1728 1729 1730 1731 1732 1733 1734 Last Page 1730 of 2434