Say I want to define a function to do integration by part, is it possible to define it as a new built-in function in Mathematica, so that I don't need to define it every time I want to use it?
Asked
Active
Viewed 75 times
0
-
9Is this enough? http://mathematica.stackexchange.com/q/6502/5478 – Kuba Nov 30 '16 at 14:30
-
1A bit more organized, but also more work is to make a package, then autload like this or like this. – Szabolcs Nov 30 '16 at 14:45