Example 1
The command int cannot take an equation as the first argument.
Solution:
Instead, try the following
Example 2
In this example, the functional operator passed as the first argument will cause an error.
Solution 1:
Use the expression for the first argument instead.
Solution 2:
Instead, define the function , then use as the first argument.
Example 3
The same error can occur when using the 2-D math integral notation:
>
|
|
Solution:
As in the previous example, you can either use an expression or define the function , then use as the first argument.
>
|
|