Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi all! i am **brand new** with maple 13 as well as trigonometry, which i am using the program for. i have figured out how to plot the unit circle with the command:

>plot( [cos(t), sin(t), t=0..2*Pi] );<

hi all! i am **brand new** with maple 13 as well as trigonometry, which i am using the program for. i have figured out how to plot the unit circle with the command:

>plot( [cos(t), sin(t), t=0..2*Pi] );<

Dear experts, I need to know how I can calculate the mean and the standard deviation from a matrix? Can anybody help me with this? Kind regards! Marc

Hi,

How can I add a super-script circle degrees symbol in a plot label?

 

E.g. plot(x^2, labels=["Distance", "Temperature (degrees celcius)"]); ... etc

Hi all,

Wondering if there is a way to change the HUE color range that will be used for listdensity plot.

Currently default setting is to use the full HUE color. But what we need is a shorter range, e.g., only from orange to blue.

Can it be achieved?

Or the PLOT structure has to be used?

 

This is the code i am using now.

Is there any function that we can sort a list / vector?

What abt a matrix? e.g.

M:=Matrix([[2, 5], [4, 0], [3, 9]]);

The sorted matrix (based on its first column) will be:

Matrix([[2, 5], [3, 9],[4, 0]]);

hello

 

 

I use

plots[odeplots](dsol,[t,(D(X[5](t))(t),0..5,numpoints=100);

when dsol=dsolve(..........) which is a procedure to plot first derivative of X[5] now I wanna know what should I use to plot second derivative of that

 

I used

plots[odeplots](dsol,[t,(D[1,1](X[5](t))(t),0..5,numpoints=100); but nothing shows up

and some other commands none of them works for me.

 

Thanks

 

bye

 

 

 

 

Is there any maple command that I can use dsolve with method=implicit I could not find that in help?

 

thanks

 

 

restart:
with(LinearAlgebra):
A:=RandomMatrix(3,2, generator=1..3);

                               [1   1]
                               [       ]

> A:=Matrix([[1,2,2,3],[5,1,0,4],[6,7,3,4]]);
> V:=<6,5,9>;
                            

I want to add vector V as a new column [e.g. 3rd column] in matrix A, is there any function to do that simply? What abt to add as a row?

Hi!

I have the follwing problem. I have the matrix

B C F G 7    8    9  
0  1 2 3 21 22  23

And each input of the 1st line should result in the 2nd line. E.g. Input B, should result Output  0 or Input 8 should result 22. I mean the analog function in Excel: vlookup

Is that possible?

Thank you!

Johann

Good Evening,

Would anybody please tell me what I'm doing wrong in the attached Maple worksheet. My first problem is to sum a vector and divide by the nops(x) to determine the CG of a pile group.

My second problem is a For loop with units at the bottom of the page. Please Help.

Regards,

Moses

Hey all, I am playing around with different numerical ODE solvers in Maple, and with method=dverk78, I get an odd error that maybe someone here can help me interpret: > S2 := dsolve([accx, accy, IC], numeric, method = dverk78); S2:=proc(x_dverk78) ... end; > S2(0.1000000e-14); Error, (in S2) step size

It took me a couple of days just to write the below Maplet code which loads a CSV file (time series organized in

columns where the first column is date/year etc and first row contain the names of the stocks)

and displays the stock names in a dropdownbox. Now I want to plot my selection from my dropdownbox

but now I have a new problem. When I include the "onchange = AC"

command in the drop1 command line in order to update my selection from the dropdownBox

I get an error message :

 

HI all,

 

Thanks in advance for having a look at this topic.

I have problems with finding the inverse function for this equation

(10088-10088*exp(-x))/(72*x+76)/((1-exp(-x))/x+10088/3/(72*x+76)-1)

A solution exists for the range that I am interested in x>0.5  However I can not get an output for the inverse function even when assuming x>1

I am not very experienced in Maple so perhaps I am doing a small thing wrong. Any help on this would be highly appreciated!


 

First 1915 1916 1917 1918 1919 1920 1921 Last Page 1917 of 2233