MaplePrimes Questions

Problem. Write the equation of the tangent planes to the sphere

x^2+  y^2 + z^2 -10*x +2*y +26*z -113=0

which are parallel to the lines

d1: x = -5+2*t, y = -3*t+1, z = -13+2*t

d2: x = -7+3*t, y = -1-2*t, z = 8.

This is my code

restart:

with(geom3d):

line(d1,[-5+2*t,-3*t+1,-13+2*t],t):

a:=ParallelVector(d1):

line(d2,[-7+3*t,-1-2*t,8],t):

Dear all,

I am stuck with my gradient projection algorythm. I asked several questions on this but nothing helped.

So, the basic problem I have is the following:

I need to make a procedure, which would take as an input some function of time, x(t),

calculate numerical solution for the ODE system

diff(y(t),t)=f(t,x(t),y(t))->y_1(t)

via dsolve/numeric

then update the value of the function x(t)=f(y_1(t)),

giving as a result x(t...

I tried to find the list of hotkeys for Maple's commands but I found nothing.

Is there any hotkeys?

 

for example, It would be useful to have hotkeys for 'execute ALL toolbar', for Greek letters.

In MathCAD you write Latin analog + 'ctrl + G' and the programm returns Greek letter. for example to achieve 'alpha' you have to input a + 'ctrl+G'.



 

As many before me, ive lost all my note to this problem. Is there any chance to salvage this document or is it gone.

 

I hope you can help me

 



Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/INS2.mw .

Download INS2.mw

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)):

Hi,

I'd like to draw a disk with center (0,0,0) , radius 1, in the plane theta=constant (or y=tan(theta) x), where theta is given different of 0.

How can I proceed?

Thanks.

ALS

i have a differential equation like below

with(DynamicSystems):

sys1 := diff(y(t), t) = (800-y(t))*y(t)/(100+y(t))-450

with(DETools):

ivs3:=[y(0)=100,y(0)=250,y(0)=800]:

DEplot(sys1,y(t),t=0..1000,ivs3);

i tried to plot this diff equation but received an error message:

Warning, plot may be incomplete, the following error(s) were issued:

how to find the equilibrium point of a differential equation y'(t)=(800-y(t)).y(t)/(100+y(t))

Hi,

I work on a dynamic programming problem and I must used the result of a maximization function, but I can not

Hi,

 

I have ZeroMatrix(33)

How do I ask Maple to give me a big matrix form instead of just stating "ZeroMatrix(33)"?

[0 0 0 0 0 0 0 0 0 0.....]

[0 0 0 0 0 0 0 0 0 0.....]

[0 0 0 0 0 0 0 0 0 0.....]

..

..

 

 

There no curve on the second of the following two polar plots. Why? (I am using the 64 bit version on W7)

restart:

with(plots):

polarplot([3+4*cos(theta)],theta=0..2*Pi, radialstart=-2,angularorigin=bottom,legend=["Zero wind"], legendstyle=[location=top,font=[Times,roman,14]],labels=["G-force [G]",""], font=[Times,roman,14],labelfont=[Times,roman,14],

Let A(1,-1,-1), B(2,1,2), C(1, 3, 1) be three points and Delta: x = -t, y = -t, z = t be a line. Write the equation of the sphere (S), knowing that center of (S) lies on the line Delta, (S) passing the point A and cuts the plane passing through the  three points A, B, C cut (S) a circle has least radius.  

This is my code.

> restart;

with(geom3d):

a:=[-t,-t,t]:

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.

Hello Maple wizards,

I have two questions for you today.

First, a program I'm developing in Maple 15 does frequent matrix multiplication with a constant float[8] matrix. I hope to take advantage of multiple processors in my 6-way desktop processor and/or CUDA features of the Nvidia GPU card. The program is large enough that maintainability and good programming practice dictate that it be broken down into multiple procs. In addition, I'm considering...

I haven't posted here in a while, and am not sure how to enter things, so this may not post correctly. But what I need help with is how to animate the following so that they will actually "draw" the heart shaped implicit plots either from the top down, or the bottom up, or however else might look interesting.

Thanks in advance.

First 1771 1772 1773 1774 1775 1776 1777 Last Page 1773 of 2434