Integrate::malfop
Details
-
- This message is generated for typeset input when an integration operator with invalid limits or integration region is used.
- Valid forms include ∫ for indefinite integration,
for definite integration, and
for integration over a region. - Off[message] switches off the message; On[message] switches it on. For example: Off[Integrate::malfop].
Examples
Basic Examples (2)
This integral sign has an upper limit but is missing a lower limit:
∫^bxⅆxThis shows a correctly typeset integral:
Subsuperscript[∫, a, b]x ⅆxThe underscript is not of the form vars∈region, which is the only valid form for region integration:
Underscript[∫, Interval[{0, 1}]](1/x^2 + 1)This shows a correctly typeset integral:
Underscript[∫, {x}∈Interval[{0, 1}]](1/x^2 + 1)