Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer
Guys, I solved a huge set of non linear equations for a range of input values and the results printed out are of a great volume and it is too hard to read the value for a particular set of input values.Is there any way i cud get the results in a table form as we get it in matlab in the workspace window.So i cud easily copy paste in excel sheets.

 

Hi,

I have an equation
y = b*sech(b*acosh(1/x))*tanh(b*acosh(1/x))/(sqrt((1/x)-1)*sqrt(1+(1/x))*(x^2));

where b varies from 2 to 101,as b = M+1 ; M varies from 1 : 100
x = 1.001:0.001:1.01

The problem is I am simulating a chain network with M routers.For M =1 and 2 that is b = 2 and 3 the analytical and simulated results are almost concordant with 4 and 9 respectively which are the limits.But when I increase the b values they tend to hit numerical stability issues and lose accuracy.

Hi everyone,

does anyone know how to use the LagrangianMultipliers function so that the solutions obtained will be the closest integer smaller than whatever the output is for each entry in the list.

e.g.

LagrangeMultipliers(x1*x2*x3*x4*x5*x6*x7, [x1+x2+x3+x4+x5+x6+x7-32, x1^2+x2^2+x3^2+x4^2+x5^2+x6^2+x7^2-160],[x1,x2,x3,x4,x5,x6,x7]);

will give us entries which are not integers, and if i use other conditions I will sometimes not receive any integer solutions - which is to be expected.

Any help would be warmly received.

Thanks,

Alex

Hi guys,

I modelled a surface, of which I'd like to have a mathematical representation. The following image is what I need to have.

 

I've written the parameters of both curves that are drawn on it.

I'm supposed to be able to find it, but I think I just didn't do enough pure mathematics in the past year ...

Hope you can help me?

Thanks

I've used very similar code before, this time different equations, and for some reason getting the subscript selector thing, which Maple Help claims to have never heard of before.  I've been fiddling around with the code, and NOTHING gets rid of error.  PLEASE HELP!!

Is it possible to change the x_axis to an expanded scale for values less than zero, and keep the regular scaling for positive values?  In other words, display the x-axis from  -1 to 0 using all the real estate on the left side of the y-axis, and 0 to 10 on the right side.  Ratch

 

I want to increase the length of a slider so I can display more values .

How can this be done ?

View 1600_Polar Help.mw on MapleNet or Download 1600_Polar Help.mw
View file details

 

Please see the attached Maple 12 file. I need help in entering and solving this type of polar coordinates.

Any help will be appreciated greatly

TIA

Malt_master

As the title says already:
Is it possible to stop Maple when executing the entire worksheet with !!! ?

I want to check some intermediate output before the rest of the worksheet should be executed.
I searched for help on 'break', "quit', "wait', "pause', 'exit', but can't find a command that does the thing I want.

Any ideas?

Petra

with(Maplets[Elements]);
MySimpleMaplet := Maplet([["Bienvenido Usuario al Generador de Solidos de Revoluci?n"]]);
Maplets[Display](MySimpleMaplet);
Student[Calculus1][VolumeOfRevolutionTutor]();

This post was generated using the MaplePrimes File Manager

Download 10813_Prueba 1 con graficador.maplet
View file details

I would like to know how I can calculate the minimum of a function that  is the solution of a differential equation in a (time)-efficient way

Parameters:L := 0.5e-2; Zs := (2/3*180)*10^(-6); Za := (4/3*180)*10^(-6); ss := (2/3*14)*10^4; sa := (4/3*14)*10^4; a := 1.35; N1 := 600; N2 := 300;

Solution of the differential equation:

Hi,

Is it possible to perform a Ztransform with initial conditions in Maple?

I want to calculate the Ztransfrom of following differrence equation.

Dv:=3*y(k)-4*y(k-1)+4*y(k-2)=(1/2)^k*Heaviside(k)

With.

y(-1) = 1

y(-2) = 2

For now I am using following command.

Opl:=ztrans(Dv,k,z);

I suppose that this command uses initial conditions zero.

 

Thank you in advance,

 

 

I'm trying to run the basic example posted in the hepf files at "OpenMaple, Java, Examples".  The procedure to produce a test.class file from the test.java file seems to work fine.  But I get an error message when I try to run the test.class file as per directions.  What I am seeing is

Exception in thread "main" java.lang.NoClassDefFoundError: C:/.../test

then a bunch of stuff and finally

Could not find the main class: C:/.../test. Program will exit.

the cylinder r = a*cos(O) cut out of the sphere of radius a centered at origin. any help. thanks
First 332 333 334 335 336 337 338 Last Page 334 of 356