MaplePrimes Questions

Hi all,

 

I was wondering if their is a way to import c++ output to maple 12 as I need to plot my output.

If yes, I will appreciate if someone can guide me through the steps.

 

Thanks 

do u have any manual procedure , may be in vedic mathematics, to check out if  large number like 600851475143 is a prime???? also to find out the posssible factors for that number....

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...

I tried to skip some iterations of a do loop, by using the following code:

for i from 1 to 19 do
if i=8 or i=16 then
  next
end if:

...

 

Unfortunately Maple just accounts for the i=8 but not for the second condition i=16.

How may I specify more than one condiions in an if statement?

I´d like to compute some sums where x ranges to infinity.

How may I compute that in Maple?

 

sum(ln(x)/((x)^(2)+3*x+2.),x=1..infinity):


didn´t work.

 

add(ln(x)/((x)^(2)+3*x+2.),x=1..10000):

 

is possible and though I know the limit of the expression

limit(ln(x)/((x)^(2)+3*x+2),x=infinity) is known and zero, I have no idea of how to compute the sum to infinity from the first place.

When I execute a do loop and an invalid output shows up, Maple breaks the loop.

Is there a way to tell Maple to show me, where the error occured, but nonetheless execute the loop to the very end?

Hi, sorry if the question is stupid =)

On my slow machine only two iterations (consisting of 200 iterations) are possible without restart. So, to be able to leave evaluation for the night, I would like to restart server inside the loops.

But if I do so, will the values of a, m and n (see below) be lost?

So the question is - how can I restart maple server after this loop [for i to iter do

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

I defined a procedure with two arguments.

The first one called Options is a list of lists (but no listlist), the second called Paratemers is a list of intergers.
Anyway both lists have the same number of elements and the ith element of Options is connected to its ith counterpart in Parameters.

One part within that procedure looks for an element in Parameters, that has a value of -1.

If that is the case, its counterpart in Options which will then be...

I´d like to use the remove command, to select elements of a list.

E.g.

L:=[1,2,3,4,5,6,7,3,9];

L1:=remove('boolean function',L);

Where can I get an overwiew of all boolean functions, i.e. commands, that output true, false or fail?

E.g. I wanted to simply say

L1:=remove(<>3,L);

which should just leave all "3" values in L1, but that didn´t work. So I needed to define a boolean function to say "if element...

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

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

First 1991 1992 1993 1994 1995 1996 1997 Last Page 1993 of 2434