MaplePrimes Questions

Hi

Can I have an example of inverse dynamics?

 

Thank you,

Hi there,

can Maple simplify expression

x[1]+x[2]+x[3]+x[4]+x[5]

to

sum(x[i],i=1..5) ?

Or

cos(y[1])+cos(y[2])+cos(y[3])+cos(y[4])+cos(y[5])

to

sum(cos(y[i]),i=1..5)

Its hard to find every such sequences in big equation, so Maple can help may be.

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:

 

Hi,

I'm using the DirectSearch package in a 10 periods model and in the first period i get this values:

"
> DirectSearch[SolveEquations](sys, assume = positive);
Warning, complex or non-numeric value encountered; trying to find a feasible point
[HFloat(1.1842542076623546e-32),

Vector[column](%id = 18446744078126621390), [

x1a = HFloat(4204.651582462925),

x1c = HFloat(4204.651582462925),

Good morning everybody,


I have to make the Inverse Laplace Transformation of a function which is too complicated and the only way I have is to make it from the points of the function (I can get a plot but maple cannot get the formal form of the function because it is just too big). Does a numerical method exist in maple which can make the Inversion only from the points of the function?

Thank you,

ssteve

How to plot x versus theta of the following implicit function

sin(theta)-2*sin(2*x-theta+(1/3)*Pi)/sin(x+(1/3)*Pi-theta)=0

where x is the implicit function of theta

now how can I plot the relationship between x and theta(condition:-Pi<theta<Pi,-Pi<x<Pi)

How to simplify the following trigonometric expression

sin(w t-theta)+sin(w t-theta-2pi/3)-sin(w t-theta+2pi/3)

to

-2cos(w t-theta+pi/6)

My question is a bit vague, but I hope someone can point me in the correct direction for a solution anyway. A Maple Package was been defined and placed in the Lib folder in Maple 16. The package does contain a number of custom defined functions, say Cos(v) and Sin(v) - with a capital letter to distinguish them from the usual built-in functions in Maple. After having called the package using the with statement, the new function works well in the worksheet. It also works...

Hi,

 

I am trying to find a better way calculating the result of an integral ===>

restart; with(linalg); with(LinearAlgebra);
 E := int(1/(1+A*cos(2*Pi*x))^3, x = 0 .. 1);

u := 1; 
F := Vector(10); 
for A from 0.1e-2 by .1 to 1 do 
F[u] := E; 
u := u+1
 end do;
 
now I am doing only for 10 points but normally...

Consider the following 2 sets of vectors in R^4: A = {v1, v2, v3}, B = {w1, w2, v3}. You are given that A is a set of linearly independent vectors and that B is a set of linearly independent vectors.

a) The intersection of 2 sets is the set of elements that are common to both sets. Suppose u is in the intersection of span A and span B. Determine a system of equations that could be used to determine all such

Please give specific instructions line per line, and all commands necessary to solve and plot on the same graph the inequality (x+3)^2>(-2)*(x+10).Thank you in advance for your help

For a function of one variable, I use the map command quite a bit to evaluate the function at several values of the independent variable. For example,

f:=x->x^2:

xlist:=[1,2,3]:

map(f,xlist)

How may I do something similar for a function of two variables? For example,

f:=(x,y)->x^2+y^2:

xylist:=[[1,1],[1,2],[2,1],[2,2]]:

Can the map command be used to evaluate f at each ordered pair? Maybe I'm not even using the correct data structure. Thanks!

The simplification of 1/sqrt(2) is always simplified or unsimplified as the case may be to sqrt(2)/2.  It is a matter of opinion which is simpler I suppose, but throughout mathematics teachings I've always learned cos(45) as 1/sqrt(2) as I'm sure the rest of you all have as well. Yes it is merely aesthetic, but a quirk to see it as sqrt(2)/2

Is the simplification process to get radicals in the numerator rather than the denominator?  I think yes if the answer...

Hi,

What is the command to have a programming loop record a piece of data everytime the loop runs?  I want to record the components of a vector each time.

Thanks for any help.

I would like to be able to modify the Fundiff procedure from the Physics package to generalise it for my application by relaxing some of the constraints and changing to arbitrary direction rather than just a Dirac delta function.

In order to view the code, I write:

interface(verboseproc = 2);
print(Fundiff);

I then copied the code in order to modify it. However, there appear to be some functions that I do not have access to, including Tensor and TensorSort....

First 1612 1613 1614 1615 1616 1617 1618 Last Page 1614 of 2430