MaplePrimes Questions

Hi everybody,
I have a follow problem:
Maple offers generate graph (network) for example in this way:
G:=Graph({{1,2},{1,3},{2,3}})

where {{1,2},{1,3},{2,3}} is a list of edges.

In my study I need to generate a big graph (network), where list of edges is very long
(contains more than 100000 edges).
Can I import from my directory (for example C:\\Desktop\) file, contains edges.
Now I copy from txt file all list of...

with(ScientificConstants):

GetElement(Ra,atomicweight);

                  

Hello,

I want to pick 3 random(ish) points from a 3D plot for using in an iterative scheme. 

Is there a way of doing this by just clicking the plot and getting the (x,y,z) values for the specific point or is it something more complicated?

Thanks,

Rachael

We have a set S of 30 elements and choose its subsets A, B, and C such that nops(A union B) = 5,  

nops(A intersect B intersect C) = 3. How many ways are there to produce that?

How to count this number  with Maple?

sometimes Maple gives me the result in strange form, for example:

(2.*I)*q*r

I is the complex number. why is there a dot behind 2 ? How can I simplify it to

2*I*q*r ?

Many thanks,Kyle

hello friends am working on 2d heat equation and i have writen maple code for it but its not running because my scheme is having fictitious points which are removed by using boundary conditions but in this code which i have written the line in bold is not using boundary conditions due to which my fictitious points are still in programe and its not working am attaching my worksheet

trytimg.mw

please let me know where am wrong thank you...

Why isn't android maple for open mw files? In the world peoples are using android mobile or android tablet. Maplesoft please build a software for maple and use it on android. It will moneymaker for maplesoft. Please build it. Thanks.

Hi all,

I try many ways to solve the below DAEs, for example stiff=true, method = rkf45_dae, method=rosenbrock..., but my DAEs can't be solved. In different ways, there are different errors, such as "Warning, cannot evaluate the solution past the initial point, problem may be complex, initially singular or improperly set up", ""

Would you please show me how to solve the below DAEs and plot their solutions?

I really appreciate your help.

Hi!

I think I have quite simple problem, I can´t solve.

I have the following fraction:

-z/(x-z)

and want to show it this way:

z/(z-x)

Multiplying the first fraction with (-1)/(-1) doesn´t work as expected.

Is there anyway to prevent Maple from converting a log10 function to a ln function when it displays a result?

Bonjour,


Qui peut m'éxpliquer l'algorithme de division d'un polynôme P(X,Y) sur un polynôme Q(x,y) ?


Avec mes plus vifs remmerciements,
Raymond Gérard.

 

 

after union ideal I and J, how to remove the intersection of I and J in order to do primedecomposition?

G1 := [v*y-w*x, r*y-u*x, -v*u+w*r, u*y^2-v*x^2, u^2*y-v*r*x, u*w*y-v^2*x, u^3-v*r^2, u^2*w-v^2*r, -v^3+u*w^2, x^4-r, x^3*y-u, x*y^3-v, y^4-w, w*y^2*x^2-v^2];

TypeTools[AddType](`w`,typefunc(string, symbol));
L:= `if`(G1::`w`, [op], '[]')(G1);
 
it seems above code incorrect.

Dear friends,

I wonder how I would go about calculating the asymptotic expansion of

sum(5^j/j, j=1..m+1)?

The motivation for this calculation can be found here. The correct answer is

5/4 5^(m+1)/(m+1).

The classic asympt and the one from multiseries both fail on this one.

Thanks,

Marko Riedel

i need your kind sggestions for this. i wrote the function w:=(xi(t),eta(t),diff(xi(t),t),diff(eta(t),t))→value.

but i cannot get the output, it wrote error in argument name. here value means the expression of the function.

best regards

First 1626 1627 1628 1629 1630 1631 1632 Last Page 1628 of 2434