Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi

I have this sequence which I would like to find an equation f(n) (using RSolve?).

the independant variable is n.

n=4,5,6....inf (incrementing by 1)

f(n)=2,3,3,3,4,5,5,5,6,7,7,7,8,9,9,9,10,11,11,11,12...etc

(an even number followed by three subsequent odds and so forth)

thanks!

 

y = g/(1+exp(-a-i*c))+h/(1+exp(-b-i*d))

I cannot solve this for i. When I use maple I get a big result with a RootOf function that I don't know how to handle. I've looked around and I cannot find anything that will help me.

 

Can someone please show me how to solve this?

 

Thanks!

 I would like to pay attention of the Maple Primes Users to a Sergey Moiseev application. This is a Maple package on orthogonal expansions, which can be implemented in Maple as a usual package with a usual help. It  has Community Rating 4 stars. This package can be downloaded from http://www.maplesoft.com/applications/view.aspx?SID=33406

Hello.

 

I have a problem with creating eigenvalues of a 14x14 matrix.

when i execute "LinearAlgebra[Eigenvalues](A)" there are only results like "-3.2211+29.1111I"


The problem is the 'I' at the end. I need numeric values for plotting or stuff like that.

Wheres my mistake? I have no clue.

Im looking forward to any suggestions! At the bottom...

It seems to me that the page on Unanswered Questions contains questions which are actually already answered.

An example is Sorting a list of xy pairs, on which one I spend some time yesterday preparing an answer, until I discovered that it had already been answered (one of the answers being completely analogous to the one I had prepared).

A certain "competitor" to Maple has started offering a "Home" Edition of their product for a very attractive price...I use Maple at work, but love to tinker with individual research.  Supposedly, this edition is the same full-featured product as the commercial and academic versions.  A "Home" Edition of Maple would be *awesome*.  I'm not prepared to jump ship to that "other" product, given the knowledge capital I have of Maple, but I've started entertaining the idea...

Hello everyone,

 

I want to create a loop in descending order like this: for i from 100 by -0.01 to 0 do ....

I wrote functions trying this logical solution but nothing, please help, it's very important to me to get the answer as soon as possible.

Thanks in advance!

Steve

E.g. I have three lists:

L1:=[1,2,3];

K1:=[4,5,6,7,8];

K2:=[7,8,9,10,11];

and if needed I have a fourth list

ALL:=[L1,K1,K2];

 

Now I´d like to add 99 to all lists whose name contains a 1 and add a 999 to all lists whose name contains a K.

The problem is, when I refer to the elements of ALL, Maple "thinks" I refer to the list. But how do I tell Maple,

that I want to refer to the lists´ name instead of the list itself ...

i'm working on a short program to put random points on a sphere , but i have some difficulties :
 i consider a sphere  where  i choose  n  points  with  "randpoint" then i plot it but it doesn't work if someone can help me to correct my program

here is the program :

>with(geom3d):
> with(plots):
> s2:=sphere(s3,x^2+y^2+z^2=1):
> sphere1:=(x,y,z,R)->[x+R*cos(phi)*cos(theta),y+R*cos(phi)*sin(theta),z+R*sin(phi)]:



 

Hi!

 

I have a serious problem and im looking forward to any suggestions.

Like i already wrote i wanna create a simple matrix (14x14) out of four matrices(7x7) and i have no clue how to accomplish this task in maple.

to be more specific, i want to create matrix M=(A,B,C,D) each of them is another 7x7 which results in a 14x14 matrix.

I guess its a simple task but i tried hard and didnt get it worked.

thank you  in anticipation

Has the 'tabbing nuisance', as reported in I declare defeat: rolling back to Maple 9.5, been resolved in Maple 12+? And what about the 'XML-contamination', as also mentioned?

PS: Congratulations to MaplePrimes for a visually very appealing interface. With the migration to this new interface, I have finally been able to gain again access to my account, this partly explaining...

Dear MaplePrimers,

The y-axis of my graphs consists of small values (<10^(-4)). Unfortunately, Maple displays a lot of numbers after the comma and it's not cool. Is there a command or option that allows to control the numeric formatting (scientific, engineering...) of a particular axis? Specifically, I need to change the decimal formatting to scientific notation. The x-axis is OK and not must be changed.

Regards,

Tuti.

Is there a way of exporting a maplet programme into a universal programme so anyone can access it (someone who does not run maple)?

 

Thanks in advance

I'm trying to plot multiple inequality conditions such as

n/2 < m < 6-n  if 0 < n < 1/2

and

m >= n/2 if 1/2 < n < 3 .

I tried to do it by creating two plots via inequal and then using "display", which is what Tadashiito did here:

http://www.mapleprimes.com/questions/37286-Plotting-Multiple...

First 1802 1803 1804 1805 1806 1807 1808 Last Page 1804 of 2224