Unanswered Questions

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

Hello!!

 

I have modeled a 3DOF manipulator with crank-arm type actuators in maplesim!!!

It simulates the model... but when I "Create Attachement>Equations" and when I click on "load selected subsystem"... it starts evaluating but never gives me equation... I have waited for almost 2 hours but no luck!!!!

Any idea what should I do to get equations for this model??? 

 

P.s. I have attached the moel!!!

Hi, I'm starting my program using Maple, then will bring some data to calculate in matlab, later on bring the data back to be calculated in Maple.

My equations have lots of trigonometry multiplication of matrix. When I run it in matlab, it runs fine. But when I try to use Matlab[FromMFile]("test.m",'evaluate') it gives me this statement:

"Error, (in Matlab:-FromMFile) unable to strore '(3.500000000*I)*2^(1/2)' when datatype=float(8)"

Could someone please...

Let say that you have two datasets:

restart:
with(MyFinance):
z1 := GetCSV("http://www.quandl.com/api/v1/datasets/USER_18Q/18R.csv?&auth_token=BXckVSG3twWkV272c9Q4&trim_start=1968-04-01&trim_end=2013-04-12&collapse=daily&transformation=rdiff&sort_order=desc");
z2 := GetCSV("http://www.quandl.com/api/v1/datasets/USER_18Q/1EV.csv?&auth_token=BXckVSG3twWkV272c9Q4&trim_start=1994-01-03&trim_end=2013-04-12&collapse=daily&...

I often have to create density plots with many (thousands of) points. Hence the first thing I do when I install a new version of maple on linux, is edit dir_of_maple/bin/maple so that

JAVAHEAP=512

is instead

JAVAHEAP=4096

I have done this for years and never have any memory problems. But recently I have sent my code to someone who runs Windows and they seem to have "out of memory" issues when trying to do density plots of large datasets.

 

Hello,

I am trying to modify Maple code so I have a vertical spring with a mass starting at (0,0). The spring with the mass should move right and left along x. My vertical spring move up instead of down while the mass move to the right .

Any Idea about how I can get the right movement of the spring?

 

Please ignore the equation eq since I am only trying to have an animation spring with a mass.

 Thank you

 

"Welch-Satterthwaite formula":
With the package "ScientificErrorAnalysis" is easily calculated, the combined uncertainty of a mathematical model M = f (x1, x1, .. xn). But if I need to know the components of the calculation model uncertainty becomes very repetitive. For example to calculate the expanded uncertainty should be calculated uncertainty components model for using the Welch-Satterthwaite formula ". Which determines the effective degrees of freedom υeff:

Determine if

[ 9 ]                         { [ 3 ]  [ 1 ]  [ 4 ]  [ 1 ] [ 5 ] }

[ 8 ]                         { [ 2 ]  [ 6 ]  [ 5 ]  [ 3 ] [ 5 ] }

[ 3 ] E (curvy E) span  { [ 9 ], [ 7 ], [ 9 ], [ 3 ],[ 2 ] }

I have the following problem with the commands "Infinitesimals" and "InvariantSolutions". After using them to a system of firsst-order PDE's, the following message appears:

 

 Error, (in table["k"]) expected a request of prolongation w.r.t one of 2 independent variables; received a request w.r.t the (inexistent) 4th one

Does anybody know, what this message means ? I am a beginner with the commands "Infinitesimals" and "InvariantSolutions"...

"Your Unread Contributions" is broken as of the updates made to MaplePrimes yesterday. It now simply lists every thread that I've contributed to since the update even though I've actually read all the most-recent activity in those threads.

I wanted to add this as a Comment to the "Updates in MaplePrimes" thread, but I can't do that either.

I cannot make an Answer or Reply to the Recent Question "Nonlinearfit problem". When I click "Submit", I get the message "Sorry, something went wrong." I am able to make Answers, even the first Answer, to other Questions.

Also, I cannot make a Comment to the Post "Updates to MaplePrimes" even though I can make Comments to other posts. The same thing happens: "Sorry, something went wrong."

And here is my Answer, in case that Asker sees it here:

Title: numapprox[minimax]

Good afternoon everbody,

I am trying to make a rational interpolation from the data of a function (values of the function for different points).
I tried to do it with the RationalInterpolation command but it requires too much time. Then I chose to solve the problem with the NonlinearFit command but the result varies a lot if I a change the basic function I want to approach and I always get a warning message: limiting numer of iterations reached.

Hi,

A right click on the visualization CAD geometry icon, attaching an STL file, activates a pop up list of options. One of the options is "make rigidbody". The units are for the MKS system. I must be doing...

Hello,

How can i simplify the following expression which should be a function of omega

Thank you for your help

 d^2(x)/d(t^2) + sin(x)=0  (1)

d^2(x)/d(t^2) + x = 0 (2)

d^2(x)/d(t^2) + ( x - (x)^3/6) = 0 (3)

1) Compare the results of numerical simulations of (1), (2), (3) to see how closely the period of the periodic orbits relate.

a) Perform a phase portrait ( (x)'(t) vs. x ) analysis for (1), (2), and (3).

b) Consider the initial conditions x(0)= x0 and x'(0)=0. For what intervals of x0 do the periodic orbits of (2...

Hi everybody. Firstly, i apologize for my poor level of english. I am a new maple user and i want to solve the following system, but I face some difficulties. I go through forum, FAQ, courses notes on the net and so on but I don't find the solution. 

I first define the folowing equations:

 

First 293 294 295 296 297 298 299 Last Page 295 of 361