Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

5^2^2^2^2   I get a rediculously large number where in the middle it has [...45608 digits...] why am I unable to right click and use the explore option to view this number?  How do I explore this number?

question1:

\  Escape next character for entering "^" and "_"

I don't know what's this mean.

 

Is there a method to work with Reals or Complex modulo Integers (need not
to be modulo a discrete group, circle or torus is fine for me)?

Where the residue class is represented in the unit interval or square (as
the command modp does in the finite case)?

What I have in mind is to modify 'argument' to 'argument modulo 2*Pi', but
mod is for integer cases.

I want to learn more about ImpulseResponse functions and the ImpulseResponsePlot in Maple.
Could anyone please explain how it works ? I want to start with a simple example ie
a simple transfer function which is very easy to understand.

with(DynamicSystems):
sys1 := TransferFunction(s*(s-1)/((s+2)*(s+4)*(s+6))):
ImpulseResponsePlot(sys1, 2);
 

Hi, I want to count how many numbers in a list have a certain property. I tried something like

add(i->if i < 2 then 1 else 0 end if, i in list) 

but this doesn't work. How do I do this?

Thanks in advance.

Hi I am trying to create a bit of code that fits data points to a curve

right now I have

with(statistics):
NonlinearFit((   (A/2)/((B-r)^2+(A/2)^2)+C1+C2*r+C3*r^2),WEE,dde,r);

where WEE and dde are vectors containing the X and Y values respectively.

I was wondering if there was any way to set a range of values that the parameters can lie between

for instance 
0<A<1
and  -3<B<3

I was wondering how to build that into the code

Hi everybody, I would like to plot a function, e.g. f=f( x(t) ), versus t. i.e. f=f(x) and x=x(t). Please let me know how I can do it. Thank you, Hamidreza,

 

for which function f(x) the expression is minumum

(diff(f(x), x, x, x, x))*(diff(f(x), x, x))-(1/2)*(diff(f(x), x, x, x))^3

Using Maple 12 I have the following behaviour, which I find odd:


1. 'evalb' is correct, 'is' turns out to be false (by example):

  eq:=1/2*I*(-z+ln(exp(z)))/Pi = -1/2*I*(z+ln(exp(-z)))/Pi;

  evalb(eq);
                                false
  is(eq);

I want to write  K^(p-1)*L^(-p+1)   as   (K/L)^(p-1)  .

How can this be done with maple command without simply typing it ?
 

Hi,
if you google for Mandelbulb or look at this link:

http://www.skytopia.com/project/fractal/2mandelbulb.html

you find some nice render pics. To program this in Maple, the complex number z in the "usual" mandelbrot iteration z->z^2+c needs to be replaced by... a vector from R^3 ? Or do i need quaternions ? A source for an algorithm would be welcome.  

Hi, I need to generate 100,000 numbers randomly (bounded by 0 and  t) and plot the distribution of the distance of two subsequent numbers. I tried it with a large array:

 

 

 

Is there any function that does this?

 

A:=<1,2,3,2,4,1,6,3,2,0,0>;

output: <0,1,2,3,4,6>

Hello there

How to solve a system of linear equations with variables that have discrete values?

Example:

a+b+c=1

a+d+e=2

b+d+f=2

c+e+f=1

suach that a=0 or 1, b, c, d, e, and f also can have only 0 or 1 as their possible values.

I tried, unsuccessfully OrProp (may be the syntax is wrong)

 

Any idea?

Thank you

Vick

 

 

 

Hello,

I need to program a procedure to get the elements of a vector and sum it but as symbols. e.g.

V:=<1,2,3>;
conv2symbol (V):

output should be:                  =1+2+3

I want to restore this as a text/symbol to use it on a plotting procedure.

How can I do this?

TIA and happy holidays

First 1871 1872 1873 1874 1875 1876 1877 Last Page 1873 of 2232