User Activity

  • Modified a comment on ticket #4122 on Maxima -- GPL CAS based on DOE-MACSYMA

    diff(log(y(t)),t) produces 'diff(y(t),t,1)/y(t). But same result is also produced by diff(log(-y(t)),t). Proposal: Such integrate('diff(y(t),t,1)/y(t),t) should ask whether y(t)is positive or negative and return log(y(t)) for "positive" and log(-y(t))for "negative".

  • Modified a comment on ticket #4122 on Maxima -- GPL CAS based on DOE-MACSYMA

    integrate(1/(-y),y) can be rewritten as - integrate(1/y,y). But we can't conclude log(-y) = -log(y). Maxima has an approach to detect negativ values during integration: 1. integrate(1/(-y),y) -> - log(y) 2. integrate(1/(a-y),y) -> - log(a-y) At least in the 2nd case it seems obvious, that this approach is not sufficient. Proposal: If Maxima has to compute integrate(1/(a-y),y), Maxima asks Is "a - y" positive, negative or zero? (or considers constraints by assume()) and creates the correct result...

  • Modified a comment on ticket #4122 on Maxima -- GPL CAS based on DOE-MACSYMA

    'integrate(1/(-y),y)' can be rewritten as '- integrate(1/y,y)'. But we can't conclude 'log(-y) = -log(y)' Maxima has an approach to detect negativ values during integration: 1. 'integrate(1/(-y),y) -> - log(y)' 2. 'integrate(1/(a-y),y) -> - log(a-y)' At least in the 2nd case it seems obvious, that this approach is not sufficient. Proposal: If Maxima has to compute 'integrate(1/(a-y),y)', maxima asks "Is "a - y" positive, negative or zero?" or considers constraints by 'assume' and creates the correct...

  • Posted a comment on ticket #4122 on Maxima -- GPL CAS based on DOE-MACSYMA

    'integrate(1/(-y),y)' can be rewritten as '- integrate(1/y,y)'. But we can't conclude 'log(-y) = -lo Maxima has an approach to detect negativ values during integration: 1. 'integrate(1/(-y),y) -> - log(y)' 2. 'integrate(1/(a-y),y) -> - log(a-y)' At least in the 2nd case it seems obvious, that this approach is not sufficient. Proposal: If Maxima has to compute 'integrate(1/(a-y),y)', maxima asks "Is "a - y" positive, negative or zero?" or considers constraints by 'assume' and creates the correct ...

  • Created ticket #4122 on Maxima -- GPL CAS based on DOE-MACSYMA

    ode2('diff(y,t)-a*(1-y^2/c^2),y,t);

  • Created ticket #2730 on Maxima -- GPL CAS based on DOE-MACSYMA

    subst, ratsubst: replace subexpression with exponents

View All

Personal Data

Username:
storebjoern
Joined:
2012-01-07 18:40:42

Projects

  • No projects to display.

Personal Tools