Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
I have the equation of a sphere x^2+y^2+z^2 = 36 and two points in three space P(-3,-10,2) and Q(5,14,8) and I need to show that the line between the points intersects the sphere graphically and analytically, but I cant even figure out how to graph them, and I have a suspicion, but am not sure, that to prove it analytically I would find the equation of the line in three space between the points and prove that the line equals the equation of the sphere in two places, but I cant figure out how to find that equation either.

Each line in my data file reads

[elm1, elm2, elm3, elm4]

I have the following lines to tally column 1:

> data:= map2(op, 1, datafile);

> Statistics[Tally](data);

I would like to tally the 3-tuples, [elm1,elm2,elm3], and it doesn't seem that Tally is able to handle a 3-tuple. 

I appreciate any help you can offer.

 

Hi,

I have an equation given by

( 15.3*r_1 - 0.6 + 5.7 * r_2 ) / ( 21.0*r_1 - 3.1 + 84.8*r_2 )

what command do I use to collect r_1 and r_2 so i get

(r_1 + r_2 ) * ...... -.....    /   (r_1 + r_2) *....... - ......

Hi,

if I have a equation

( 15,3440 * r_1 - 0.6329 + 5.7540 * r_2  )   / 

( 21.0981 * r_1 - 3.1780 + 84.8348 *r_2 )

How do I solve for r_1 and r_2 ?

The solutions should be r_1=0.175 and r_2=0.055

Hi all! I have such an issue: I have a set of non-linear expressions with two variables, right now I am trying to create a plot: {0 = -(1/345)*(-28704*b*a-11224*b*a^2)/a, 0

I've got a really serious problem about maple 12.It happened after I installed maple 12 software. The installation was successful,i activated the software successfully as well,but when i want to run the program.. the error message pop up... it said that "could not create java virtual machine".
I've tried everything i can to deal with this problem like restart the system,re-download and re-install the software,even re-install the java... which all turned out to be failed.I'm really looking forward to your help.

Dear all,

 I want to plot  one figure,  the codes in Maple 11 is as follows

I'm using a Mac Pro with Leopard, Maple12, and try to

use "define_external" to use a shared library I created (just a simple trial for now) but get the error:

> define_external('try_it', 'FORTRAN' , 'x'::float[8] , 'y'::float[8] , LIB="try/try_it.so");
Error, external linking: error loading external library try/try_it_ifort.so: dlopen(try/try_it.so, 129): no suitable image found.  Did find:
    try/try_it.so: mach-o, but wrong architecture
 

I compiled the library with:

Maple's Standard GUI has context-sensitive menus. Those are the menus that appear when one right-clicks on a output (or input, in a Dcoument).

Those context-menus can be customized.

Below is an example which adds a new submenu. The new submenu is populated automatically according to the types of thing found within the object itself.

It's an alternative to a menu-item that already exists, which shows up as "Help on Command". But that existing item only...

One way to enhance a package is to add to Maple's context-sensitive menus  some new menu entries which utilize that package's features.

In Maple's Standard GUI, context-sensitive menus (a.k.a. context-menus) appear when the mouse is right-clicked over (input or output) 2D Math expressions.

For a package implemented as a module, new and relevant context-menu entries can be created inside the module's ModuleLoad export. That will cause the new menu entries to be created (automatically...

Hey guys,

I have a quick question about solving for variables = infinity.  When I code in

solve(infinity=x,x);

the output returns as blank.  Does anyone know why this is?  When I do

the output returns x=infinity and y=infinity.  But when I do

solve({y=0,x=infinity});

Hi,

I'm trying to solve a system of 3 equations with 3 unknowns using fsolve(). The (very long) equations depend on a parameter d. For some values of d, fsolve finds a solution, for other values of d it doesn't, although I can specify a quite narrow range in which there should be a solution. Is there any way to force fsolve() to try harder? It returns unevaluated after about 5 min and I wouldn't mind if it searched for several hours...

 

Dear all,

A few months ago I posed a question on drying of moist particles. Since then my study continued but has never finished.

In short:

Can someone help me with figuring out what the following error means:

"Error, (in F) final value in for loop must be numeric or character"
 

I've obviously done something wrong but have no clue where to start!!

This comes up when i'm trying to plot a graph using the following code:

Hey Everyone,

I'm a Calculus III student and first let me say i love maple because it really helps to visualize things, however, i'm having trouble plotting an equation.  I'm doing a 2nd degree taylor function for sin(x*y) which is:

z = 1 - (pi/8)(x-1)-(pi/2)(x-1)(y-(pi/2))-(1/2)(y-(pi/2))

And it says that it cannot plot the equation.

 

I've also noticed that the plot of sin(x*y) is different from the plot of sin(x(y)).

 

 

Thanks!

First 1980 1981 1982 1983 1984 1985 1986 Last Page 1982 of 2199