Items tagged with problems problems Tagged Items Feed

hey

 

I have wired problems with maple !!!

 

I run a code twice, I get 2 different answers !!!

 

I have uploaded the code ! just run it twicw and see the numerical values of alpha and beta at the end ! new_idea_gf.mw

Hello,

I am working on a physics problem that involves a bead on roating hoop. You need to use Lagrangians to solve this problem but this is not where i am strugling. My school expects us to use maple because it is the program the provide but none of the teachers know how to usem it (they use mathmatica) so they cant help us. We have the equation: θ"= [ω2*cos(θ)-(g/R)]sin(θ) and the initial cond. θ'(0)=0 and θ(0)=θ

First of, thank you commenters, you have helped me so much in the past!

I am doing a matrix inversion with random numbers and I would like to loop the process, and have each inverstion go into a matrix, such that the matrix will be a bunch of rows ( i number of rows) and three columns (the matrix inversion yeieds three values)

 

> for i to 2 do;
>
> a1h := Generate(float(range = 0.1316881e-2 .. 0.1359706e-2)); a1f := Generate(float(range = .317149811 .. .327463626...

I'm creating a table of random math problems for my daughter to print out.  How do I get more columns?

a := rand(1 .. 15):
b := ["+", "-", "x", "/"]:

for i to 15 do
  print(cat(a(),b[rand(1..nops(b))()],a(),"_____")):
  print(``):
end do;

                                  13x4_____

still have problems,
1.
restart:
f := proc (x) options operator, arrow; piecewise(0 <= x and x < 4, 50, 4 <= x and x < 5, 0, 5 <= x, f(x-5)) end proc;

plot(proc (t) options operator, arrow; evalf(Int(f, 0 .. t, epsilon = 0.1e-3, digits = 15)) end proc, 0 .. 20);


in the above figure,there is a discont point in the interval [16..18],but in fact,it's a continuous curve.

2.
how to use fsolve deal with two periodic functions?

Hello my brothers and sisters..

 

Well, i have to say im really lost .. i have tried a lot but cant figure this out.. i cant open my math task and it only says "there was problems during the loading process" please help me guys i need this i have spent hours on this. and by the way its maple 15 on a mac.. thank you guys..

I cannot set up a link between the student version of Maple 13 and Matlab.

I have followed the instrutions in ?Matlab,setup and things still do not work. I have even done everything manually. On the prompt I have done many variations on the following:

$ export PATH=$PATH:/Library/Frameworks/Maple.framework/Versions/13/bin

Good afternoon

I have just installed Maple on Linux - Ubuntu, but i have problems.

Please help me. how can i do



Hi, friends

The physics package was provided a good tool to compute Commutator or anticommutator relations. Here, I met some problems.

Example 1:

      restart: with(Physics):Setup(mathematicanotaion=true):

      Setup (op={p[x],p[y]},p[z]):

      alg:=%commutator(p[z],p[x])=2p[x], %commutator(p[z],p[y])=-2p[y], %commutator(p[x],p[y])= p[z]

Hello!

I'm trying to solve numerically an ODE system with piecewise. And this piecewise is very important for this task.

This system describes behavior of a pulley with friction. There are some constants: m, c, g, mu and J. Values of this constants are not important.

> sys := m*a(t) = piecewise(a(t) < a0, F0*time, a(t) >= a0, 0), v(t) = diff(x(t), t), a(t) = diff(v(t), t);
> m := 5; F0 := 10; a0 := 5;
> initialconditions := x(0) = 0, v(0) = 0;

TaiChi.mw

Hello,

The appendant is a figure I generated in a leisure time a fews days ago. There exist 3 problems, I feel they are a  challenge to me. The third problem is:How to rotate the figure automatically? Like this. Can you give me some advices? Thank you very much! Best Regards!

I finished this lab for my Differental equations class today. The computer I was using is not linked to a printer. I saved it and went to open it on a differnet compter and I got an error saying there are problems with the loading process.  I tried reopening it on the computer I started with and I get the same error

The lab has three parts. The first two parts were part of the the professors instructions and introduction. Those parts load up. The third part is...

Hi,I explained my problems in the WS below,Thanks in advance.

Prob_defIntrl.mw

This post reports the number of replies as 7 when there are actually 13 replies

http://www.mapleprimes.com/questions/89311-Array-Of-Vectors-Physics

As you mentioned in the other post, the comments to answers are not tallied, you might want to change the reply column as well to reflect the total number of replies and not to discount comments to answers there too.  

Page 1 of 1