∫(entry(-1),x)

Bugs

Modérateur : xcasadmin

compsystems
Messages : 562
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

∫(entry(-1),x)

Message par compsystems » ven. mai 19, 2017 2:44 pm

1: ∂(v(t),t) [enter] returns diff(v(t),t,1)
2: ∫(entry(-1),x) [enter] Xcas is closed

now
1: ∂(v(t),t) [enter] returns diff(v(t),t,1)
2: ∫(ans(-1),t) [enter] returns 0, The expected result is v(t)

parisse
Messages : 5739
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: ∫(entry(-1),x)

Message par parisse » ven. mai 19, 2017 6:32 pm

The crash will be fixed by returning an error. It's too complicated to support entry in highly recursive algorithms like integration.

Répondre