MaplePrimes Questions

plz code and sole that this integral!!!!!!!!!!

!!!

Hello people in mapleprimes,

I hope that you will give me an answer about the calculation surrounding D.
D((x+y)^2) can be calculated with maple, but D((x+y)^a), where a is a constant, cannot at least directly.
And, I have the code, which Mr. Carl Love kindly gave me at
http://www.mapleprimes.com/questions/218045-Logarithmic-Derivative
, which is

h:= F-> expand(evalindets(D(F)/F, specfunc(D), d-> op(d)*'h'(op(d))));

This works for (x+y)^2, but does not work for (x+y)^a.
And, I think this reason is that the behavior of D to (x+y)^2 is not the same
 as that to (x+y)^a.
And, I want to modify this code.
But, I can't .
So, I am asking this question. How should I modify the above code so that it works for (x+y)^a.
I'm so sorry for a lot of impoliteness.
I will be very glad if you give me an answer.

Take care.

taro

I have 

dZ(x)=−xdlog(z(x))

where d is the exterior derivative. I would like to recover the function Z(x) by integrating both sides of the equation. How would I compute this in Maple?

I recently got a laptop with an HD display (2560x1440).

While I can make the maple intput (and 2D math output) big enoght via zooming (ctrl+<number>), the default plots are unusable (everything is too small). This is true for "widges" created with Explore as well.

Has anyone come across this? If so how do you deal wit this problem? 

It would be nice if Maple could scale it's interface and default sizes of various elements properly for HD displays.

I am working on a maple lab assignment and we dont actually learn maple for the class we just use it do 5 assignment the whole semster. This one consists of damping and differential equations which we have not learned. I was wondering if anyone knew how to carry it out. Well here is the part where I have an issue: 

Our solutions in the critically damped and overdamped cases approach the θ = 0 axis without crossing it, but if the initial velocity is directed toward the equilibrium position and is sufficiently large the pendulum will “overshoot”, passing the equilibrium position before settling back toward it. Experiment with this effect with a new value µ = 8 of the damping constant to give overdamped motion: introduce a new initial condition (give it a new name), keeping θ(0) = 1 but changing θ '(0) until you find a value which produces an overshoot of about 0.1 radian. Include in the worksheet only the graph showing this overshoot and the commands needed to produce that graph. In the discussion section give explicitly the value of the initial velocity that you found.

And this was the original initial condition and equation code:

K:=9; deG:=diff(theta(t),t,t) + mu*diff(theta(t),t)+K*sin(theta(t))= 0; deL:=diff(theta(t),t,t) + mu*diff(theta(t),t)+K*theta(t)= 0; Iv:=theta(0)=1, D(theta)(0)=5; dom1:=t=0..10;

I am not too sure how to manipulte this to work. Any help is welcome. 

hi there,

this is my first post here, and first time using maple

I do have trigonometric system of equations, and I like to solve for thetas(1-5).

please help me out( how do I inpu them in maple) and how to solve them? 

Hi, so I have few problems here. I need to;

Create a MxN Matrix/Lattice, where N and M can be any positive integer, that contains a random selection of -1/1s at each entry.

Need to sum every entry, then multiply by -1 to find “H”.

Need to multiply each neighbour to find its bond energy, so if it’s the same you get 1 else -1, but only its direct neighbours once, so if it was a 2x2 matrix there would be only 4 values and then sum them.

I don’t seem to be able to set up the code so that it does it for any size matrix, as I only know how to write it out basic for a 2x2. Also, not so important, but I wanted to know if could create a loop that would find every iteration of possible setups i.e. for a 2x1 you can have 1.1, -1.1, 1.-1, -1.-1. And then give the solutions outlined earlier for each of the the possibilities [There being 2MxN ]

Cheers in advance.

Hi.

I have 2 expressions, the first expression cosist of x´s and y´s, the other expression consits only of x´s

I wanna test the relation between those 2 expression to check wether A>B giving the condition that 2y<x

I have tried this:

assume(2y<x);

is(A>B);

the problem is that maple returns FAIL, I could put in values to check and it works, but that is not really what im trying to acomplish.

 

Thanks

Please help me to solve the system of 1st order singular O.D.E  (see uploaded file)....New_Microsoft_Office_Word_Document.docx
 

Hi Maple Primes,

Can this code be improved?

I know that the Goldbach Conjecture has been checked with computer tools above 10^10.

Request for comments.

check_g_conjecture_26_b.mw

check_g_conjecture_26_b.pdf

Regards

Matt

 

Hello,

I am working on a Dirichlet breakdown of primes. I need a way to check if a number is part of anothers number factorization.

Example: 30 = 2*3*5.

2 is therefore part of the ifactor of 30. 4 and 7 are not.
How do I check if, for instance, 7 is part of de factorization of 390?

Thanks in advance.

Hello,

I tried to define the Poisson bracket in this way

restart:
Ps:=proc(f,g)
local P;
P:=simplify(diff(f,P[1])*diff(g,X)-diff(f,X)*diff(g,P[1])+
diff(f,P[2])*diff(g,Y)-diff(f,Y)*diff(g,P[2]));
end;

The problem is that, if I ask Ps(P[1],X) I got 0 which is clearly wrong.

Where is the error?

https://dl.dropboxusercontent.com/u/51122291/Scrreshot.jpeg

Thanks Nicola 

sol_L := dsolve({de_L, ic});

    {x(t) = (-y0 - x0) exp(-2 t) + (y0 + 2 x0) exp(-t),
      y(t) = -2 (-y0 - x0) exp(-2 t) - (y0 + 2 x0) exp(-t)}
How i can plot this?thanks

Hi everybody;

I have a problem with Physics[diff] command. When I run the following code, error messages appear where the Physics[diff] command exist. What is the source of error? How can I fix it?

Thanks in advance

Q1.mw

In response to Markiyan Hirnyks reference to Mathematica's FindDistribution command http://www.mapleprimes.com/questions/219668-Determine-The-Distribution-Function.  It would be nice to have something similar coded in Maple. 

First 1059 1060 1061 1062 1063 1064 1065 Last Page 1061 of 2434