Question: The prime notation is not working on my keyboard yet.

The prime notation as used default on my keyboard is not the same as used in Maple.

NULL

restart;

with(student):

interface(typesetting = extended);

extended

(1)

Typesetting:-Settings(typesetprime = true);

true

(2)

diff(y(x), x)

diff(y(x), x)

(3)

y*`\`   `and  diff(y(x), x)are not working on my keyboard as prime?

 prime symbols (not showed)  not as (3)

 ========================================

restart

kernelopts(version)

`Maple 2021.1, X86 64 LINUX, May 19 2021, Build ID 1539851`

(4)

interface(typesetting = extended)

diff(y(x), x)

diff(y(x), x)

(5)

Typesetting:-Settings(typesetprime = true)

diff(y(x), x)

diff(y(x), x)

(6)

"y^((3))"

diff(diff(diff(y(x), x), x), x)

(7)

PDEtools:-declare(y(x))

y(x)*`will now be displayed as`*y

(8)

diff(y(x), x)

diff(y(x), x)

(9)

"y^((3))"

diff(diff(diff(y(x), x), x), x)

(10)

PDEtools:-declare(f(x, y))

f(x, y)*`will now be displayed as`*f

(11)

diff(f(x, y), y, x, y)

diff(diff(diff(f(x, y), x), y), y)

(12)

=================================================

Application Differential equation :  

int((10000*k/(100*k*P(t) - 1) - 100/P(t))*diff(P(t), t), t = 0 .. t) = t;

int((10000*k/(100*k*P(t)-1)-100/P(t))*(diff(P(t), t)), t = 0 .. t) = t

(13)

P(t)=solve(%,P(t));

Error, (in solve) cannot solve expressions with diff(P(t), t) for P(t)

 

This error .. see  Applications to Differential Equations

Applications to Differential Equations

   

 

NULL

Download vraag_over_dv_in_harald_pleym_-error_.mw

Also a error in old studymaterial : how to be fixed ? ...or obselote now this calculation and must be replaced for a modern calculation in Maple ?

Please Wait...