MaplePrimes Questions

c := proc (n) options operator, arrow; z^n/factorial(n) end proc

limit(c(n)^(1/n), n = infinity),

limit(c(n)^(1/n), n = 6)


eval(limit((z^n/factorial(n))^(1/n), n = 6))=(1/60)*12^(2/3)*5^(5/6)*(z^6)^(1/6)
 


evalf(limit((z^n/factorial(n))^(1/n), n = 6))=.3340241884*(z^6)^(1/6)
 

how to get z but (z^6)^(1/6)

 

how to input suspension points,and that in a matrix or determinant……

 

I want to solve a system of 2 equations and 2 variables with solve functions.But,I receive invalid argument error.the problem is following:

 R11 := {(200*(-0.8e-1*t+0.8000000000e-1))/p^2-(120*(t-0.3999999999e-1*t^2+0.3010e-1*t^2.5))/p^3-25.0000*t^1.5/p^3-(46.67*(-5.760000000+6*t-.24*t^2))/p^3-(100*(0.8000000000e-1+0.50e-1*t^1.5))/p^3 = 0}

Hi,

I,m totally new to maple and am trying this as a tool to help me with my calculus class. I'm trying to figure out how to create a plot from a table of x and y values, but I'm not having a lot of luck.

The goal would be to plot a Riemann sum once I have created the plot. If anybody can point me in the right direction that would be great.

Thanks,

Mark

method 1:

p := [`$`([n, 1], n = 2 and n = 3 and n = 5 and n = 7)]

plot(l, x = 0 .. 15, style = point, symbol = circle)

how to make method 1 right,I know if n=1..7,that's right,but n should be prime numbers.

Is there prime plot?

question2:

plot(piecewise(x = 2, 1), x = -2 .. 6) or plot(piecewise(x = 2 and x=3 and x=5 and x=7, 1), x = -2 .. 6)

why this is not right,I can't see the point (2,1)...(3,1),(5,1),(7,1)

question3:

add plot label directly,p1 := plot(piecewise(x< 2, 1), x = -2 .. 6)

I use eliminate to get a relation of two independent variables,and then I want to use plot to draw a picture of the two independene variable,such as

eliminate({L[A]+L[DD], S[A]+S[DD]}, kk)

and I got the relationship of kk&w,I want to draw the relationship,maybe plot can not do it ,what others I can do?

thank you

Is there some palettes to choose font (size) more convenient?

can I set the defaut size of "Heading 1","Serif",size 18 as 14,for example.

question2:ctrl+period hotkey doesn't work.

 

If I do:

with(CurveFitting):

xydata:=[[0,1],[1,5],[3,9]]:

RationalInterpolation(xydata,x);

I get a rational funciton that goes through those points.

 

What I want to do is interpolate the following function of x:

evalf(int(exp(-a^2 + x),a=0..5);

So, now instead of:

xydata:=[[0,1],[1,5],[3,9]]:

I have something like:

I want to get a common divisor from multinomial,such as (b-a), can I use the order collect (S,(b-a)),maybe it is wrong,what others I can use?

thank you

Hi, I want to create an array as following:

Array(0 .. t, 1 .. 2)

I need to initialize it with <i, 0> where i is the index of each element. The Maple help suggests to use a "set of equations of the form (indices) = value". But I have no idea what that actually means. "(indices) = value" is totally unspecific to me. I guess I have to name the indices first or something like that...

Thanks in advance.

some ODEs can be solved by using different methods,how does maple chosse the methods?

integrating fator problems

question2:what's the error I made in solving the following ODE step by step? the second method and answer is right.

question3:Can Maple automatically add multiplication sign instead of spaces?

convert to ln(e) to 1

maybe I've asked some similar questions several days ago,

In mathematica when I type:

Manipulate[Plot[Sin[c*x], {x, 0, 10}], {c, 1, 5}]

I get a 2D plot of sin(c*x) for x between 0 and 10, with c =1.

Then with the mouse I can drag a bar which will show what happens when c changes between 1 and 5. I can drag that bar to the particular c value for which the plot looks the way I want.

 

In Sage this can be done using the @interact command.

 

Is there an analog for this sort of thing in Maple ??

 

Thanks a lot!

We can pull values of a list

a:=[2,5,g,f,5,h];
 

a[3];
                g

a[2];
                5

etc... but it doesn't work in reverse.  You can't place a value in a certain position in a list

Hello,

does the verify command not work for trig functions ??

verify(sin(x)/cos(x),tan(x),'equal')

gives 'FAIL' rather than 'true'

 

Is there a function for checking whether or not the LHS and RHS of my trig identity match ??

 

 

First 2060 2061 2062 2063 2064 2065 2066 Last Page 2062 of 2434