MaplePrimes Questions

Hello,

These days I thought a question:how to creat a variable delay?

As illustrated in Fig.1, if delay time T is constant, then the output is y(t)=u(t-T), so we can use a block named "Pade Delay" in maplesim to achieve our purpose.As shown in Fig.3.

If delay time is variable,namely,T(t), then the output is y(t...

Hi All,

 

I'm new here and to Maple and this is my first post.

 

How do I get maple to evalaute the following expression:

 

sum(exp(-1/2*(((psi-theta) + 2*pi*n) / (sigma))^2), n=1..infinity);

 

psi and theta are angles, sigma is a constant - basically psi, theta and sigma are numbers. In fact the summation is where n is a member of Z (set of integers) but I will be happy with a solution for n= 1..infinity.

when I eval an expression at one x value it works but why does eval fail to work when multiple values of x are passed on to eval as a list....

a:=x^2

eval(a,x=9) will result in 81.

But eval(a,x=[9,10]) does not produce   81,100 .

I was under the impression that multiple values of x can be passed on as a list. Please let me know where I am making mistake(s). Thanks in advance !!

I am thinking about using Maple for my math calculations and work. Is Maple going to be around and vibrant since its acquisition by a Japanese software group? Just wanted to make sure I am not investing time and resources in a technology that might be phased out. Thanks in advance!

I need help with unapply command in order to create functions out of solutions produced by the solve command. For example, I want to solve ax^2+bx+c=0 and create a function out of the first of the two results. Thanks in advance!!

How can I use the eval command to evaluate x^2 at  [5,7]. I know how to eval x^2 at just x=5 or just x=7 but I am not sure how to evaluate the entire list [5,7]. Thanks in advance !!

what is the purpose behind the command gc()  ? Thanks in advance !!

Some time after I start using Maple 13 I notice that the scroll bar on the right is choppy. I also notice similar issues when I plot a 2D graph with the plot and the scroll bar becoming choppy. Could this be a computer memory problem? I am using Maple 13 on Windows XP with 1.25GB RAM. Thanks in advance !!

Please help me with function mapping.

I want to map 1/x over the list [2,6,8]. 

Thanks in advance !!

Solving the system

 a1 := 2*x2-x3-x4-x5-x6-x7;
 a2 := -2*x1+2*x3-x4-x5-x6-x7;
 a3 := x1-2*x2+2*x4-x5-x6-x7;
 a4 := x1+x2-2*x3+2*x5-x6-x7;
 a5 := x1+x2+x3-2*x4+2*x6-x7;
 a6 := x1+x2+x3+x4-2*x5+2*x7;
 a7 := x1+x2+x3+x4+x5-2*x6; b := x1+x2+x3+x4+x5+x6+x7;
 solve({x1 >= 0, x2 >= 0, x3 >= 0, x4 >= 0, x5 >= 0, x6 >= 0, x7 >= 0,
 b = 1, a1 <= 0, a2 <= 0, a3 <= 0, a4 <= 0, a5 <= 0, a6 <= 0, a7 <= 0},...

Are there naming conventions or requirements for uploaded files?

I am used to using something like "name.rlm.xx.yy.Mvv.mw" with spaces as appropriate in the name. xx.yy is my version, because I save many versions as I go along. Mvv is the Maple version.

Are there some names that MaplePrimes will not handle correctly, aside from length?

Though I have been a casual Maple user since M12, I really don't know how to use it well, and am just learning it. I set myself a few tasks to help me discover its potential. I find that I learn better if I have some goal, even if it is just a sample goal.

In the accompanying file, I want to see how to use M14, and explore how to use Legendre polynomials.

Q: In (3.4), is there a cleaner way to declare the sequence?

Q: Am I using sequences correctly in this file?

I am trying to duplicate the material that is shown in the accompanying PDF file, where the plot actually comes from the calculations, much as I am trying to do with Maple 14.

Q: (3.9) gets the correct coefs, but not very pretty...is there a better way?

Q: I eventually stumbled upon (3.10), which looks correct, but when I dragged it to the plot and dropped it, I got only the first Legendre polynomial, not n of them. How do I get that?

Q: How do I show that I dropped L on the plot? The legend shows Curve 1 and 2.

Q: Is there a way to combine (3.8) and (3.9) into one stem, for example, by using array subscripts? I tried and failed.

Legendre_polynomial_.mw

Legendre_polynomial_.pdf

So Im doing a curve againist data plots for angular freq,

Ive reached the stage where im trying to evaluate the function,

ive put

>fit :=eval(f(x),R[2]);

 

where R[2] is the the values for the constants, in the function

F/sqrt(m^2*(omega^2-omega_0^2)^2+b^2*omega^2

which is also defined as f(x)

how can I find the average of numberrs in a list. For example, I want to find the average of [4,6,8]. Thanks!

12345123.msim

Hello,

I use maplesim to simulate a very simple circuit, and want to obtain voltage of a resistor, so I check the voltage of  Probe block, but get nothing. I upload my document.

I'm a beginner in maplesim, can you give me some advices?

First 1918 1919 1920 1921 1922 1923 1924 Last Page 1920 of 2434