Problem description:
-
SMath int(4) cannot handle units in the integration variable/integration limits.
-
Maxima int(4) can do this, but provides symbolic solutions only.
-
Thus, we need a numeric procedure for integrals units in the limit expressions which cannot be solved by Maxima or for those, for whom Maxima is not an option.
Provide a unit-proof numerical integration function, possibly with adaptive accuracy.
An example implementation, based on SMath int(4) and UoM() from the Custom Functions plugin is given here and in the attachment.