Maple 15 Questions and Posts

These are Posts and Questions associated with the product, Maple 15

I have a function T = x*z(x), that I want to plot.

T should be drawn at the y-axis. But at the x-axis, there should not x be used, but z(x).

It shall look like:

 

T

¦

¦

¦

¦

¦-------------------------------------- z

Any idea how to do this?

BTW: I read, that Maple 16 has enhanced plotting functions. Is it worth the upgrade or are there just minor goodies?

In economics, variables are always real and often positive.

With assume(x>=0) I can set this for individual variables. But with many variables it is arduous.

Is it possible to set by default all variables to >=0 and define ony the exceptions individually?

Thanks you !

With Maple I get the following result

A*x^`beta` = R-A*`beta`/(x^(1-`beta`)*(1-t))

For easier interpretation I would prefer the following, equivalent form:

1/(1-t) * 1/(R-A x^beta) = 1/(A*beta) * x^(1-beta)

I tryed a lot,...

Hi there,

 I have a piece of code that uses lists instead of vectors and recently, it crashed, it ran out of memory. Long story short, if I use vectors instead of lists, the performance is much better and optimal (this I knew but I was lazy to translate all my code). However, there's one single line that I cannot efficiently translate and it's the one that uses the function member(). Before, I had the following (it's an oversimplification of my code in order to easily discuss it in here):

hello i am using maple and i really like it but one part about it that i do not like is the following:

  • the program forces me to use the mouse. it makes me point and click as if I'm a little child and I find this very degrading. Please help.

For example, how do I perform "insert maple input after the current execution group" with the keyboard? And how do I find/configure other keyboard shortcuts? Thanks in advance.

As an intermeditae result I get from maple

A*x^beta = R-1/((y/A)^((1-beta)/beta)/(A*beta))(1-t)

It is obvious, that two fractions can be reduced by (1-t).

I could not reach this with simplify, solve, factor, expand, ...

Any idea?

 

In addition in the numerator (1-t)^2 is possible. How do I get this?

Thanks for any help !

Hi there,

I am trying to graph some plots that show Gibb's Phenomenon. I assume that starting with a step function is a good idea.

I know how to plot a step function but I have no idea how to plot the curve that includes the overshoot?

Any help on how to add this to a step function plot would be appreciated greatly.

 

Thanks you

Dear all,

I am trying to plot two funtions on one graph, but the axis values differ.  I want to plot the function below with

y-axis starting from 0.284087

x-axis starting from 0

The function is

plot(evalf((A(theta)*B(theta)),theta=0..Pi),  eq A

what to be added in eq A in order the function know that the value of y (axis) should start from 0.284087, and not from zero

Thanks in advance

A.Q

I am trying to fit some data to a model.

The model is given by this equation.

A*(C/B)^(2*B)*(B-1)^(2*(B-1))/(205*10^9*(2*B+1)*(sigma^2-(650*10^6)^2)*sigma^(2*(B-1)))+(C-sigma)^2*A/(205*10^9*(2*B+1)*(sigma^2-(650*10^6)^2))

> with(Statistics);
> X := Vector([819.4, 795.6, 788.8, 782.0, 776.56, 763.64, 748.28, 724.42, 717.40, 711.28, 707.20, 680], datatype = float);
> Y := Vector([5.3*10^4, 7.8*10^4, 9*10^4, 9.5*10^4, 10^5, 1.2*10^5, 1.37*10^5,...

restart;

q1.mw

This equations should have numerical solution, but they can’t be calculated. The result is too long, and include ‘RootOf’

It just like this:

> t := 15000; S := solve({n = b+2*c+f+2*g, (a+b+c)/(a+b+c+p+q+f+g) = 5*(1/10), q^2-3.47*p*10^27*t^(3/2)*e^(-10.97*10^4/t) = 0, n*b-(2.407*a*10^21*8)*t^(3/2)*exp(-18.27*10^4/t) = 0, n*c-(1/2)*(2.407*b*10^21*5)*t^(3/2)*exp(-32.035*10^4/t...

Dear All

I trying to solve the following in MAPLE, the code works fine in MATLAB but I am not sure why it doesn't give me values in MAPLE

n:=3: alpha_p:=1: p:=2: mu0:=4*Pi*1e-7: Br:=1.12:

A1:=unapply(sin((n*p+1)*alpha_p*Pi/(2*p))/((n*p+1)*alpha_p*Pi/(2*p)),n):

A2:=unapply(sin((n*p-1)*alpha_p*Pi/(2*p))/((n*p-1)*alpha_p*Pi/(2*p)),n):

M1:=unapply((Br/mu0)*alpha_p*(A1(n)+A2(n)),n):

M2:=unapply((Br/mu0)*alpha_p*(A1(n)-A2(n)),n):

I'm new to using Maple. I'm trying to evaluate an equation where all unknowns are given. So to say use Maple

as a kind of desktop calculator with the possibility to change certain input variables and see what the outcome is.

 

I'm wondering why the trigonometric functions are not evaluated.

 

Hello. I am creating a custom component similar to the one that maplesoft has as an example (the discretized counterflow heat exchanger), but with some diff. The problem is that when i execute dyamic systems i get an error saying:

Error, (in DynamicSystems:-ParseSystemInputs) cannot match the arguments to an appropriate system

Is this a problem on my equation (something that i may have forget) or is another thing? Are the arguments type of dynamic system in the right "type"?

Dear All,

I am trying to solve the following equation but I don't know what I am missing:

A:=0.0032*cos(19*theta+18*w*t);

B:=0.0014*cos(19*theta+18*w*t+phi);

T:=A+B;

theta = theta,  w=w and t=t  phi =Pi/6

when I try to add them it gives very long answer.    

Your help in this regard will be highly appreciated.

Best Regards

A.Q

Soton

 

First 21 22 23 24 25 26 27 Last Page 23 of 47