MaplePrimes Questions

This is a given set of equations (from a classifier problem in deep learning):

I tried to replicate the expression in Maple, but it was unsuccessful. 

Q_MaplePrime20200417.mw

Would you tell me how to make it work?

Then, please let me know how to refer to a previous result (equation number) in the current expression. 

The last line above (and the attached Maple document) shows my attempt, It did not work. 

Thank you/Be healthy!

 

 

Hello,

How to solve this error? Thank you

Sistem := diff(E[1](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dE1), diff(L[1](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dL1), diff(P[1](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dP1), diff(M[1](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dM1), diff(E[2](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dE2), diff(L[2](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dL2), diff(P[2](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dP2), diff(M[2](t), t) = subs(E[1] = E[1](t), L[1] = L[1](t), P[1] = P[1](t), M[1] = M[1](t), E[2] = E[2](t), L[2] = L[2](t), P[2] = P[2](t), M[2] = M[2](t), Data, dM2);
Error, invalid input: subs received Data, which is not valid for its 9-th argument

Hi,

I am using Direct Search Optmization package for a procedure using Search command and everytime I run it it'll give me a different answer. same procedure, same code, when executed few times every time it generates a different answer. Can anyone help me with this ? 

When executing DEBUG within inline code (not within a procedure) the values displayed in successive debug windows (on clicking continue) are added to the end of my worksheet. How can the latter display be prevented?

This Anti-derivative of  arccos(x)*arcsin(x), Maple  2020 cannot do that? It seems not difficult.

int(arccos(x)*arcsin(x),x)

In Mathematica, we can easily to get output :

2 x - Sqrt[1 - x^2] ArcSin[x] +  ArcCos[x] (Sqrt[1 - x^2] + x ArcSin[x])

When pressing !!! (Execute entire worksheet) it seems to me that startup code is executed.

Is that correct, and if - why is that so?

How can I transform the following differential equation from (x,t) to (X,T) coordinate, where, for example, X=x-alpha*t, T=beta*t (alpha and beta are constant)

diff(z, t)+(diff(R, x))*L+A*(diff(L, x))+diff(k, x, x)-(diff(k, t, t)) = 0

Thanks.

D(u(x,t),t,t)=c^2*D(u(x,t),x,x);

Where u(x,0)=f(x),D[2](u)(x,0)=g(x),u(0,t)=0=u(L,t),L=2

 

please do this as mentioned above

Dear all

I use Maple 2018 and have following problem:

 

I define following procedure and want to plot it. However Maple displays the coordinate system but does not plot anything nor gives and error message. Hope you can help.

 

Thanks

Murad

b:=proc(n)
local b,i:
 for i from 0 to n do
  if i=0 then
   b[0]:=0:
  elif i=1 then
   b[1]:=1:
  else
   b[i]:=(b[i-1]+b[i-2])/2:
  end if:
 end do:

return b[n]

end proc:

 

plot(b,0..10)

 

Why was the question and answer deleted for this?

 

https://www.mapleprimes.com/questions/229329-How-Can-We-Solve-Following-1D-Wave-Equation

 

 

 

 

 

proctes.mw

load this Maple code done'nt work!!!

Hi All

I've been trying to plot multiple data sets using the dataplot function but it doesn't seem to work. It just outputs what I've written. I was wondering is there some package I need to run dataplot? Or is there any other way to plot multiple data sets? 

Thanks in advance

 

 

I'm using Maple2019.

Here is my code:

with(geometry);
point(o, 0, 0);
point(A, 0, 1);
point(d, 0, 2);
point(F, 0.8944271920, 1.4472135960);
line(lOD, [o, d]);
line(lAF, [A, F]);
alpha := FindAngle(lOD, lAF);
 =
                      alpha := 2.034443936


FindAngle is supposed to return the smaller angle between two lines.

Here it is greater than Pi/2

How can that be ?

Thank you for your advice

Today I Installed  Physics Updates" version "642 in Maple2020, why does it tell me  it has installed but is not active? How to active it?

Physics:-Version(latest)

`The "Physics Updates" version "642" is installed but is not active. The active version of Physics is within the library D:\\Program Files\\Maple 2020\\lib\\maple.mla, created 2020, March 5, 9:36 hours`

First 566 567 568 569 570 571 572 Last Page 568 of 2428