Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hey!

I'm really new on using maple 14 and I need help please.

I want to either connect maple 14 software with an oscilloscope for data acquisition or import the data captured by the oscilloscope to maple 14 and manipulate this data with the software for dynamic system analysis so I was wondering if anyone knows a programming code or a command to do this please =( I'm stuck

 

Thanks for your attention...

Hi,

I would like to define the following exceptions:

0/0 should be equal with 0, but any other x/0 should be infinity, if x>0 or -infinity, if x<0.

In the following example, I show what I achieved, however, I also would like to have equation (8) to be infinity.

BR,

Zoltan Faigl

 



Hello,

I have got a question. I have an Hamiltonianfunctionand want to differentiate this function to all variables. There is no problem with most of the variables, but one doesn't work. The error above occures, when I use the button "execute the entire worksheet". When I just press Enter, the errror does not occure and the right results are presented. But I am not abel to use the results.

Has anyone an idea how I can solve this problem?

Thanks in advance.

dear all,

          i have a simple optimization problem. the objective function is like A*X + B = E and the constraints are 100 <E < 8000 and 10<X<600. I want to find the Min and Max ranges of A and B such that Amin*Xmin+Bmin=Emin and analogous for maximum. I am not sure about the correctness of my modeling. Please guide me to proceed. Thanks.

How to interpolate in terms of any form of algebra in maple?

For example, to interpolate a time series in terms of exponential or mixed with cos and sin?

I would like to know how to find an extreme (max) point of function of two variables:

and how to manage with this error

"Warning, solutions may have been lost

                                                  ...

How to solve a set or a system of differential equations in maple for motion with Schwarzchild metric?

 

************** Schwarzchild metric *****************
with(tensor):
coord := [t, r, theta, Phi]:

g_compts:=array(symmetric,sparse,1..4,1..4):

g_compts[1,1]:=1 - 2*G*M/(r*c^2):
g_compts[2,2]:=-(1 - 2*G*M/(r*c^2))^(-1):
g_compts[3,3]:=-r^2:
g_compts[4,4]:=-(r^2)*sin(theta)^2:

g1 := create([-1,-1], eval(g_compts)):

I have a nonlinear partial diff eq which I am sure has been categorized.  How do I go about finding literature on the eq & the approach to solve it.  I have visited various websites that have catalogs of nonlinear partial diff eq's.  The problem is notation is so NONSTANDARD I have no IDEA what I am reading.  I have included a PDF eq_of_choice.pdf with my notation which I am familiar with. ...

Visualizing_the_SVD_.mw

Hola ev1:

I like to shorten the size of the command, through setoptions3d function. But it seems that it does not interact with ApplyLinearTransformPlot function.
How to get to label the vectors?

Gracias

I am using CodeGeneration[Fortran] to generate a Fortran subroutine.  The subroutine simply takes a vector state as input and generates a large matrix as output.  However, upon calling "Fortran" I have been getting the following warning that I have not been able to figure out:

"Warning, character limit for Fortran77 statements exceeded; please filter input through codegen[split] first."

If anyone can provide some tips, I would appreciate it.

I try to get the answer of int by newton cotes method,

but after runnig,it gives a complex number for the answer.

I think its because of singular point.

Is there any method which find singulaitis and make integarl to some parts without that singular point automatically?

thanks

I have 2 queestions:

1- concerned about the title font format:

fot the title

tit:=sprintf("W=%g,D=%g,f=%g,M=%g,N=%g,q=%a",Omega,Delta,phi,M,N,q);
                        "W=0.2,D=0,f=0,M=0,N=0,q=-10"

the little problem in the last value q=-10 it appear theta=10 even the sign (-) invisible

2- the sign(-) at the tickmars...

Error_redirect_pa.mw  i got the problem to get repeated value of unknown parameter ''ALPHA"" using pade approximation in maple. i uploted my worksheet kind watch out my problem. and give some suggessions...Error_redirect_pa.mw 

hello ,

I have figured out how to solve for corresponding values but when i try to solve the set of equations by using for example,

a :=[10 values]

b:=[10 values]

w:= [10 values]

##here i want to solve the set of equations for  [a1 b1 w1] ,[a2 b2 w1] , [a3 b3 w1]....like i want to solve the equations for all correponding values of a,b @ each w ##

set of equations (function of a,b,c)

i cant make it work...

I want to mix nicely formatted text and code, with the ability to hide the code and variable scoping

Something like

Some blah blah
{ First part of code snippet with scope 1
More blah blah
Second part of code snippet with scope 1}
Yet more blah blah
{ Second code snippet with scope 2 }

In Mathematica I would use the "Module" keyword, but there does not seem to be an equivalent in Maple, and I am not sufficiently...

First 239 240 241 242 243 244 245 Last Page 241 of 2097