Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer

Write the equation of the sphere has its centre at C(1, 2, 3) and cut the  straight line

Delta: x = t+1, y = t-1, z = -t at the points A and B so that the triangle ABC is a equilateral triangle.

This is my code.

Problem. Write the equation of the sphere passing through the three points

A(-1, 2, 1), B(-3, 4, -5), C(1, 2, -3) and its centre 

1) lies in  the plane (P): 2*x + 3*y -z = 0;
2)lies on the sphere (x-3)^2 + (y+1/3)^2 + (z-1)^2=1.
 
This is my code
1) 

restart;with(geom3d):

point(A,-1,2,1):

point(B,3,-4,5):

i have a differential equation like the one below

diff(y(t),t) = (20-y(t))*y(t)/(10+y(t))-C

i want to solve for C. i want to solve for C , is there a command i can use. i can't find it in maple help. i just started to use this software. please help

How can I create using Maplet a window that is not modal, so I could minimize or maximize it (I know what to do to make it resizable and that's not the question I would like to ask).

This simple example creates modal window with no minimize and no maximize button:

> with(Maplets[Elements]);
> maplet := Maplet(Window([]));
> Maplets[Display](maplet);

Is there an option to set for a Window or maybe I should change some settings in Maple 13 that I'm using ?

Let A(1,-2,3), B(-1,0,1) be two points and (P): x+y+z+4=0 be a plane. Write the equation of the sphere has center lies on the line AB, radius of sphere equal to AB/6 and sphere tangent to the plane (P).

This is my code.

> restart:with(geom3d):

point(A,1,-2,3):

point(B,-1,0,1):

line(AB,[A,B],t):

eq:=Equation(AB):

point(M,op(eq)):

http://www-igm.univ-mlv.fr/~gauthier/HYPERG.html

> Read("D:/Feb2012/HYPERG.mw"); with(HYPERG);
Error, invalid input: with expects its 1st argument, pname, to be of type {`module`, package}, but received HYPERG

HYPERGLIB := "D:/Feb2012/";
libname := libname, HYPERGLIB:

both methods above.

after typing PolyRecSol(H...

no result in Maple 15, just return similar command, no equation return.

Why in next code i must apply operator twice?

zzz.mw

 

 

-------

inert form eval procedure

dear sir, I want to use maplesim to import the modelica model of truetime network, but failed. the model is writen in modelica 2, is there any way to sovle this problem?

Write the equation of the line passing through the point A(2, 2, -5), parallel to the plane (P): 2x +3y -z - 17 = 0 and cut the line Delta: x = -2 +3*t, y = 4-t, z = 5 + 2*t.

1) First code.

restart:

with(geom3d):

point(A,2,2,-5):

line(Delta,[-2+3*t,4-t,5+2*t],t):

plane(P,2*x+3*y-z-17=0,[x,y,z]):

parallel(Q,A,P):

Equation(Q):

coordinates(intersection(B,Delta,Q)):

Equation(line(AB,[A,B],t));

Dear Sirs

I have some numerical data, which are very accurate (500 digits) and want to copy them on a text file.

For pratical reason I would like the procedure writefile to write just 20 digits figures: which is the right syntax to use?

 

How it works to be so fast?

impl_plot.mw

 

Is it somehow related to other wonderful tetralogy:

http://www.mapleprimes.com/posts/95845-Generating-Samples-From-Custom-Probability-Distributions-I?

Implicitplot

 

How to handle "division by zero" from EVERY environment in EVERY situation?

err_handle.mw

 

----------

error handler

We are trying to obtain an analytical solution of an integral in Maple. When solved numerically the integral converges, but we are not able to get an analytical solution. Any ideas?

The constants in the integral is computed independently, not sure if knowing them can help. The values are r=0.06, kappa=2.6, myksi=2.18, rho=-0.21, stdk=382.2, stds=47.8, kji=52.9 and ksi=62.3. We kind of need the analytical solution to handle the expression in further calculations, and...

hi

in matlab POLYNOMIAL EIGENVALUE PROBLEM solve whit polyeig code 

why maple can't solve  ?!?

First 311 312 313 314 315 316 317 Last Page 313 of 361