MaplePrimes Questions

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?

Hi:

I have a number of functions all enclosed inside the Sum functionin the  following form:

Test:=Sum(f1(n)+f2(n)),n=1..infinity);

Each of the functions f1, etc are fairly complicated, and there are more than two, but this example will do.

How do I get Maple to expand Test into the form:

Test:=Sum(f1(n),n=1..infinity) + Sum(f2(n),n=1..infinity);

I've tried every combination of expand, simplify, combine collect, that I can think of - nothing works.

How can I apply the function sin(x) to a list of numbers [4,6,Pi]? Thanks in advance!

Hey folks and (almost) Merry Christmas!

 

How do I check if a number is a permutation of another number (doesn't have to be a cyclic one though)

 

E.g...

 

Let x = 123456789

 

How would I test to see that, for example, 847591236 is a permutation of x without generating every permutation of x?

I feel there should be an obvious command for this but I can't seem to find any...

 

I'd like to add the summation with just the index below, not the i=1..n form, but Help seems to say that I can only expressions and entities from other palettes...

I found a minor error in Help...

Hello,

it's my first utilisation of MAPLE, and I want to determine the max of a function y(x). I have this differentiel equation with 2 variables :

a*diff(y(x),x,x) + b*(diff(y(x),x)-diff(z(x),x)) + c*diff(y(x),x) + d*y(x) + e*(y(x)-z(x))= 0;

I resolve it whith the function "dsolve", and now and I want to calculat the max of the function y(x).

can any body help me ??!!!

thanks

 

The original function is 6x^2+5x-4/2x^2-7x-4. The equation of the line which is tangent to the curve at the point (0,1) is -12/35x - 1/35. Is this correct? I used the command Tangent(f(x),x=-3). The equation of the line which is normal to the curve at the point (-3,1). is 35/12 + 39/4 . Is this correct?

I thought that I'd help out another poster, so I clicked on the .mw link and got (r-click as usual) a download of an aspx link, or (clicking the link) a blank web page.

I'm trying to reproduce the following graph:

http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/HarmonicNumbers.svg/600px-HarmonicNumbers.svg.png

I have got this far:

N:=10:
theHarmonicNumbersPlot := plot([seq([n,sum(1/i,i=1..n-1)-gamma],n=2..N)],style=point, colour=red):
theHarmonicFunctionPlot := plot(Psi(n), n=2..N, colour=black):
plots:-display([theHarmonicFunctionPlot,theHarmonicNumbersPlot]);

But my plot is missing the horizontal...

g(theta) := array([[cos(theta), -sin(theta)],[sin(theta), cos(theta)]]);
dg := map(diff, g(theta), theta);
invg := inverse(g(theta));
w := multiply(invg, dg);
w := map(simplify, w);

crossprod(-w, w); <- have error?

How to cross product between matrix?

As i know wedge product is cross product, so i use cross product

I am trying to plot a function and its horizontal and vertical asyptotes into one graph. I have been trying but unable to get the results I need. I am getting too many Maple errors. What is the correct way to do this? The function is : 6x^2+5x-4/2x^2-7x-4. The asymptotes are y=3,x=-1/2,x=4.asymptote_and_functi.mw

Hi,

I would like to plot three dimention using plot3d,

How to make label using plot3d. If i assume the label is [a,b,d] how to insert in plot label

could you please help me with provide Example.

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