herclau

Mr. Hermes Rozsa Iglesias

1038 Reputation

13 Badges

20 years, 169 days

MaplePrimes Activity


These are questions asked by herclau

What keyboard configuration must have the Win XP to use the keyboard shortcut "Shortcut Keys" and not the key combination "International" to introduce 2-D math expressions. I refer to the help "2-D Math Shortcut Keys and Hints".
The configuration I have enabled is:
Input Device Language: Spanish.
Keyboard layout / IME: United States International.
Gracias
HerClau

 

Hi
How to get from the differential equation:
diff(x(t), t, t)+c*(diff(x(t), t))+k*sin(x(t)) = 0;
print(`output redirected...`);               / d  / d      \\     / d      \                 
              |--- |--- x(t)|| + c |--- x(t)| + k sin(x(t)) = 0
Hello colleagues,
Here I have for you two questions:
 How to learn to see the indexed variables, whether they are literal or standard? Without the need whattype:
whattype(x[2]);
print(`output redirected...`); # input placeholder
                                   indexed
whattype(`#msub(mi("z"),mn("1"))`);
How to achieve that Maple, decompose the equation:  
 
Diff(x,t,t)+3*Diff(x,t)^2+5*x=1;
                        / 2  \            2         
There any command within the DETools package, with which to avoid the following steps:
 

> diff(Q(t), t) = eta*(T(t)-theta)*s/l;

d eta (T(t) - theta) s

--- Q(t) = --------------------

dt l

> diff(Q(t), t) = -c*m*(diff(T(t), t));

d / d \

--- Q(t) = -c m |--- T(t)|

dt \ dt /

> rhs(diff(Q(t), t) = eta*(T(t)-theta)*s/l) = rhs(diff(Q(t), t) = -c*m*(diff(T(t), t)));

eta (T(t) - theta) s / d \

First 17 18 19 20 21 22 23 Page 19 of 23