Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello,

I use the module DynamicSystem to transform a state system in transfer functions. Next, i can plot Bode diagram with this module.

However, i have a little problem. I don't manage to extract only one transfer function from a dynamic system when i have several transfer functions (see example below)


I'd like to plot the first transfer function alone in fact. How can i extract y1(s) ?

Hi,

I tried to export my maple document to latex using file->export function, but it won't export file correctly. For example

in maple
> a := 5431; b := 15971; c := 20551;
> f := -a-b-c;
                             -41953

in latex

\documentclass{article}
\usepackage{maplestd2e}
\def\emptyline{\vspace{12pt}}

I have an intermittent font issue in Maple 15 on Mac OS X 10.4 and 10.5.

Every-so-often it happens that certain characters do not show in the Maple output. These are usually greek characters or somewhat more exotic mathematical symbols. I do shuffle file back & forth between my systems which are Maple 15 and OS X 10.4.11 and 10.5.8. Java id 1.5 on both of these. Occasionally, a file may also get to a machine running Maple 17 on 10.6.8 with Java 1.6, but that is...

Hi

I want to write the following summation but Maple give the following error


summation: 

I have been running Maple 11 since 2007.  Recently my PC was upgraded to Windows 7: upon reinstallation I appear to still have full mathematical functionality but can no longer save files. The "Open" button/menu are both equally unresponsive, although I can open old files by double clicking on them,

Please could you advise how I can resolve this issue.  Thank you.

Here is a link to a maple file I found describing what happens to a glider where k=.9--->  k=.9.mw

I would like to see what happens to the same glider when k=0.----> k=0.mw

***k is the strength of a propeller.

How do I determine whether or not it is a sink/source/spiral/etc based on the eigenvalues?
I was trying to use

f describe the horizontal motion

g describe the vertical motion

h := sin(t);    

g := piecewise(t < 0, Diff(x(h),h$2)+2*Diff(x(h),h)+10*x(h), t > 0,Diff(x(h),h$2)-2*Diff(x(h),h)+10*x(h));

dsolve([g,h]);

can not solve

Error, (in unknown) invalid input: diff received sin(t), which is not valid for its 2nd argument

 

f := sin(m(t));   
g := piecewise(t < 0, Diff(x(m(t...

hello,

I need to find a sollution for equation in maple 14

a*s = b mod c, where a, b, c are know integers, for example

Hello everyone;

I have a usecase in which I need to solve system of 8 equations, using high number of unknowns (16, to be precise). Currently it goes like this: Maple computes as usual for about three minutes, then it starts consuming RAM at 100mb/sec rate until my PC hangs completely.

I was wondering, if it somehow possible to solve equations with such high number of unknowns? Maybe there is some function or setting that will allow computations with less RAM requirements ...

Hi mapleprimes,

I'm having trouble with the creation of an array which each element would be a matrix. I've tried what seemed natural to me...

SOM := Array(1 .. 10, 1 .. 10,Matrix(28, 28, evalf((1/10)*rand(1 .. 10))));

... but it created an array 10x10 with zeros. Then I tried to fill each element individually...

for i to 10 do for j to 10 do SOM[i][j] := Matrix(nbLin, nbCol, evalf((1/10)*rand(1 .. 10))) end do end do

I have written the maple code to calculate time domain value of the laplace domain equation. It contain slowly converge double series so that I used epsilon algorithm to accelerate convergence. one summation contain 7 terms and another summation terms reduce to 850 terms after the use of epsilon alorithms. I also used deHoog algorithm with 9 terms to obtain time domain data but maple give the following error:

Error: (in evalf/exp/general) object too large

Do...

Dear members,

I am trying to solve a maximalization problem, but in stead of solving my problem Maple only displays the equation that I am trying to solve.

Example:

>  Sigma_max:= maximize(-N/(b*h)+(-EI*(diff(u(x),x,x)))*0.5*h/I, x=0..l = sigma_t;

sigma_max:=maximize(-0.400000cos(0.25pi)N+564e*N*x .....etc...., x = 0..250)=1.43 106

In an atomic physics calculation involving the quantum theory of angular momentum, there appear polynomials whose coefficients involve square roots of positive integers, for example

sqrt(6)-sqrt(2)*sqrt(3) 

Maple does not cancel such an expression to zero because the code allows for the possibility that a square root can be positive or negative.  In the physics context all these square roots are positive.  Is there some simple way to induce Maple...

Hi everyone,

I recently posted about a problem I had with an iterative scheme in 2 dimensions.. someone answered that and it worked perfectly:)

I've now moved on to a slightly more complicated version. It's in 3d but only the r and z values will be used in the iteration (trying to get the catenary)

so it's not as hard as the main problem that I'm building towards.

Basically, I'm having trouble converting the points to polar coordinates and assigning them each a [j...

Hi, I have a maple project and one of the questions reads: 

a. | Initially, a 100 – liter tank contains a salt solution with concentration 0.5 kg/liter. A fresher solution with concentration 0.1 kg/liter flows into the tank at the rate of 4 liter/min. The contents of the tank are kept well stirred, and the mixture flows out at the same rate it flows in.
i. Find the amount of salt in the tank as a function of time.

ii. Determine the concentration of salt in the tank at any time.

First 1468 1469 1470 1471 1472 1473 1474 Last Page 1470 of 2224