MaplePrimes Questions

 

 

 

 

 

 

 

 

 

Pretty basic stuff here...

How can I get Maple to do this - go from Step (1) directly to Step (5 or beyond).  I'm guessing that all I have to do is figure out how to enter the derivative dy/dx into the document and then Solve for whatever variable I like.

Thanks in advance!

 

 

 

Can I make a jpeg file into the background of a plot?  

I want to make a topological map the background of the xy plane.

http://g.co/maps/4fznf

 

Thank you.

When Benoit Mandelbrot was still alive I sent him an email:

Hi,
I am writing to you because I have trouble understanding why
the covariance function in the Fractional Brownian Motion (FBM) is given by:

(t[i]^(2*H)+t[j]^(2*H)-abs(t[i]-t[j])^(2*H))/2)

I would be very grateful if you could please explain this to me in simple and step by step terms.
I understand simple ARIMA models (P(t)=P(t-1)+E(t) where E(t)=p*E(t-1)+r(t)) which have the
same...

This is a characteristic equation in which I am trying to locate roots for E of the following polynomial:

 

2*b^3-3*b^2*a+3*b^2*E-3*a^2*E+3*a*E^2-E^3+a^3

 

Any help would be greatly appreciated!

Ok If R is the Cholesky decomposition of the Covariance matrix then I need:

i) Cov=R*R'
ii) R'=R

I can show that i) indeed holds but ii) does not seem to work. Why?

restart:
with(LinearAlgebra):
Cov := Matrix([[.1, .2], [.2, 1.3]]);
Ap := LUDecomposition(Cov, 'method' = 'Cholesky');

Cov = Ap.Transpose(Ap);
Ap = Transpose(Ap)

I am trying to solve differential equation, solve for y(t) if all initial conditions are zero. Use the Laplace transform.


d^2y/dt^2+12dy/dt+32y=32u(t)

Thanks in advance

 

In feedback control I want to isolate the fraction that defines my system: output/input.

This cannot directly be done by solve, isolate or simplify  in any of my attempts. What I've done is to follow the solutions for the following problem: http://www.mapleprimes.com/questions/37686-Isolating-Variable-Quotient

But my problem is apparently a little more hairy, since solving...

Hi everyone.

I have calculated three functions which led to three curves in a plot. Since I need to join them so as to create just one curve, I ask you if there's a method, even if approximated. I've thought about an interpolation but I don't know if it's feasible.

 

Thank you very much.

I am looking for a way to check if multiple variables are different. Let's say I have 4 variables named a, b, c and d. You can do it with "a!=b and a!=c and a!=d and b!=c and b!=d and c!=d", but it quickly becomes impractical when you have more variables.

 

Can anyone shed some light on this?

Thanks!

Good afternoon

i have problem with that program, because it's too slowly, i can't plot and i I have difficulty in keeping the processed data vector.

this program in matlab 12 seconds delay.

Thank you for your help

final-robot-circuloI.mw

Hey

I'm trying to solve this trigonometric equation:

e := 4·cos(t)+2·cos(2·t)=0. In the interval 0..2·Pi

However when i try: 

solve([e, 0 <= t <= 2 Pi], t, AllSolutions, explicit)

I won't give my a straight answer.

I have also given Student:-Calculus1:-Roots a try:

Student:-Calculus1:-Roots(e, t=0..2·Pi)

But it will only give me an answer when i use the numeric...

How to do this with Maple? Is it possible?

 

http://www.mapleprimes.com/ViewTemp.ashx?f=5794_1319135560/poissonHRI-1.jpg

Gracias

 

 

Hello, I'm trying to solve a very long system of equations, I've used PolynomialSystem and works, but it does not give me all of the solutions of the system. Im trying to do the solve comand, but after a few hours the mserver crasher and it needs to close, without having an output.

I woul really appreciate if anyone has a solution for this, I need to solve this and I'm getting stuck with this.

I'm attaching my worksheet  

 

Hi all,

 i have a problem with the equation generation in MapleSim, when using spring/damper elements in a Multibody-System. As an example, I've created a model of a mass-spring-damper system:

 

 


 

Hello everyone.

Now, I am studying nonlinear fitting method through help file of maple. Unfortunately, I'm not getting good fit using NonliearFit. The following is my psocedure:

> restart;
> with(Statistics);
> y := 1/(3.6+2.3*x)+17.6*exp(-0.2*x);
> fy := unapply(y, x);
> for x to 10 do fy(x) end do;
14.5791527795
11.9195840297
9.75432289049
7.98631476846
6.54090333018
5.35848939402
4.39086798669

First 1810 1811 1812 1813 1814 1815 1816 Last Page 1812 of 2430