EugeneKalentev

85 Reputation

6 Badges

9 years, 234 days

MaplePrimes Activity


These are replies submitted by EugeneKalentev

@tomleslie Hello. It was just an answer to a simple question of how to solve the problem using the 2-D input. I did not compare the efficiency, conciseness, and the like, the different input methods. I think everyone decides which input method the expressions he used.

 

@tomleslie Perhaps this is what you need

 

eq := m*(diff(x(t), t, t)) = -k*x(t)-b*(diff(x(t), t))

m*(diff(diff(x(t), t), t)) = -k*x(t)-b*(diff(x(t), t))

(1)

dsolve(eq, x(t))

x(t) = _C1*exp((1/2)*(-b+(b^2-4*k*m)^(1/2))*t/m)+_C2*exp(-(1/2)*(b+(b^2-4*k*m)^(1/2))*t/m)

(2)

``


Download Answer_2-D.mw

@Markiyan Hirnyk Thank you

@acer

Thank you. Really works. 

@Kitonum Thanks for your reply.I score as you recommend and still not working. You can attach your file?

 

Supplement may be you have changed something in the definition of expression in the sequence u, and after your corrections still not working.

Thank you for your file. You replaced x__1 on x[1].
I still do not understand why can not use subscript notation. Like here

http://www.maplesoft.com/support/help/Maple/view.aspx?path=MaplePortal/Tutorial6

Hi Edgardo S. Cheb-Terrab.

Could you please send me the missing file (Download DivergenceOfATenso.mw) in this thread http://www.mapleprimes.com/questions/35714-Tensor-Vs-Vector-Operations

Hi Edgardo S. Cheb-Terrab. Thanks for your help. Try to understand.

1 2 Page 2 of 2