Open rtoy opened 4 months ago
Imported from SourceForge on 2024-07-09 19:33:25 Created by robert_dodier on 2021-06-01 22:00:39 Original: https://sourceforge.net/p/maxima/bugs/3790/#06ea
I've marked this item "not a bug" since that's the expected behavior as it is described in the documentation for integrate
:
'integrate' works only with functional relations represented
explicitly with the 'f(x)' notation. 'integrate' does not respect
implicit dependencies established by the 'depends' function.
I agree that is not helpful when there are declared dependencies, but it is the way it is intended to work.
Imported from SourceForge on 2024-07-09 19:33:29 Created by macrakis on 2021-06-01 22:21:47 Original: https://sourceforge.net/p/maxima/bugs/3790/#024e
Agreed. This is also mentioned in the depends
section of the manual:
diff is the only Maxima command which recognizes dependencies established by depends. Other functions (integrate, laplace, etc.) only recognize dependencies explicitly represented by their arguments. For example, integrate does not recognize the dependence of f on x unless explicitly represented as integrate (f(x), x).
Imported from SourceForge on 2024-07-09 19:33:24 Created by zmth on 2021-05-31 20:25:20 Original: https://sourceforge.net/p/maxima/bugs/3790
puts the fj outside the intergral when it should be inside like the command