MaplePrimes Questions

If I try like this

F := sin(x);

G := cos(x);

f := proc (x) options operator, arrow; F end proc;

g := proc (x) options operator, arrow; G end proc;

h := proc (x) options operator, arrow; f(g(x)) end proc;

h(x)

but it doesn't work.

 

PS: I want to make my own function Compostiton(F,G)

I need to define a tridiagonal matrix in maple in such a way that

 

[1 0 0 0 0. . . . . . . . . . . . . . . . 0]

[a(1) b(1) c(1) 0 0 . . . . . . . . . .0]

[0    a(2)  b(2)  c(2) 0 0 0 . . . . .0]

[0     0     a(3)  b(3) c(3) 0 0  . . 0]

[0 . . . . . . . . . . . . . . . . . . . . . . .]

[0.. . . . . . . . . . . . . . . . . . . . . . .]

Hello, MaplePrimes!

I want to create a custom component to solve a pulley dynamics problem using MapleSim. But I don’t know, how to do it, I’m a beginner in MapleSim.

So I decided to start my work with a simple model – I decided to create a custom component, which is equivalent with a standard component from MapleSim component library – Wheel Axle.

I’ve read a Help topic on Wheel Axle, from where I’ve found out differential...

I am trying to go from body-referenced aircraft velocities u, v, w, to angle of attack a, sideslip b, and total speed V. This is a standard problem for beginning aeronautics, I'm just wondering the best was to solve it with maple. Spefically, I would like to use the following relations to get short expressions for the derivatives of u, v, and w.

Given that

u = V * cos(a) * cos(b)

v = V*sin(b)

w = V*sin(a)*cos(b)

and all variables above...

Hi there,

I need to create permutations of this given set Z:=[2,5,7,8,10] with Maple and substitute these numbers in a given polynomial. 

To create the permutations i did this on maple:

> Z:=[2,5,7,8,10];

> C := combinat[permute](Z, 3):

how do I labelled the outcome of the permutations "C" as [a,b,c] so that I can then subtitute each permutation into the polynomial f:=4a+2b+c?

 

Thankyou for any help!

:)

Can anyone help me understand why the following happens?

N := GraphTheory[Digraph]({[1,3],[3,9],[9,27]});

GraphTheory[IsNetwork](N);

and

M := GraphTheory[Digraph]({[1,2],[2,4],[4,8]}); 

GraphTheory[IsNetwork](M);

both indicate that the graph is not a network.  On the other hand, for numbers n other than 2 and 3, Maple does recognize the graph {[1,n],[n,n^2],[n^2,n^3]} as a network.

This procedure that I wrote:

For the function

 

F(u)= u(x)u(y)                    

 

the first Frechet derivative is given as

 

F'(u)v = v(x)u(y) + u(x)v(y)

that is the Frechet derivative of F(u) acting on v.

 

So how do I get maple to give me the Frechet derivative of  F(u)= u(x)u(y)  ?

F(u...

I have an equation which has no explicit solutions, but I would like to plot the solutions. I have construction a function which, for every argument, produces a numerical answer to the equation, but this function can't be plotted. Below is a simplified (equation has trivial explicit solution) function which shows the difficulty.

> Fe := p->fsolve(eval(1-x+p = x), x)
p -> fsolve(eval(1 - x + p = x), x)

Here we exercise the function to produce floating results.

Hello.

My question is quite simple : how can we define the size in pixels of a plot ?

After plotting we can change the size of the image with the mouse but it is quite approximative.

For example is it possible to display (by default) all the plots of a worksheet in 800x800 pixels ?

Thank you very much.

Hello everybody !

I am trying to display some solutions for the differential equation :

eqdiffyx75:=

diff(y(x), x) = y(x)*(4.384477959*10^15/(1/(y(x)*x^2))^.25-1.330000000*10^16/x)/(x*(1.102240000*10^15*y(x)^2-2.192238980*10^15/(1/(y(x)*x^2))^.25))

When I make a DEplot, with the command : DEplot(

I have a rather simple 2nd order ODE that I'm trying to plot. First, the ODE:

deqn1 := diff(x(t), (t$2)) = -2*(diff(x(t), t))-25*x(t)

Then the DEplot:

DEplot(deqn1, t = 0 .. 10, [[x(0) = 1, (D(x))(0) = 0]], stepsize = .1, linecolor = blue, thickness = 1)

And the error message:

Error, (in dsolve/numeric/process_input) invalid specification of initial conditions, got (D(x))(0) = 0

Now, anytime an equation value is a constant (x(0...

Help!!   How can I get maple 14's fonts to be smoothed?  In Windows it seems to pick up the OS setting on smoothing fonts, but not under K/ubuntu 10.10

 

HELP!!!!!!!!!!!!!

Hello!

I want to make a model with an inner moving circle touching a non-moving, stiff outer circle. 2 differential equations describe the movement of the inner circle, i already have modelled thisand i have the x and y coordinates of the most "exposed point" which will touch the outer circle, as output variables (i could also add the derivatives as output). When the 2 circles touch, i want to "tell" the differential equation model the 2 new derivatives for x and y...

Hi I have just begun to use Maple and there are some function I am not able to use.I have 3 questions

  1. I would like to plot the normal function (given a specific expected value and variance): is there a simple function to do it or I just have to re-write the function inside Maple?
  2. is it possible to draw a line for a specific value of the graph, let's say x=1 without drawing an entire line for the graph (just to highlight the point)
  3. is it possible...

 

benice

The surface in above image is a portion of the graph of
some mathematical equation.

Let's do some brainstorming:
Can you guess what's inside the surface?

First 1902 1903 1904 1905 1906 1907 1908 Last Page 1904 of 2431