Functions > Symbolic Functions > Example: Logarithmic Integral Functions
Example: Logarithmic Integral Functions
Logarithmic Integral Functions
1. Evaluate li function when x=2.4.
Click to copy this expression
2. Evaluate li function when x=2:
Click to copy this expression
The evaluation returns an expression.
To receive numeric results, you can use decimal digits:
Click to copy this expression
3. Another option for receiving numeric results is to use the float keyword. Evaluate li function when x=ⅇ:
Click to copy this expression
And using the float keyword:
Click to copy this expression
4. li has a single positive zero. Use the assume keyword to solve for positive values of x.
Click to copy this expression
5. Use the limit operator and symbolically evaluate logarithmic integral functions as its argument approaches infinity:
Click to copy this expression
The limits on both sides of branch cut are different:
Click to copy this expression
6. The logarithmic integral function has one singularity point on x=1.
Click to copy this expression
Offset Logarithmic Integral Functions
1. Evaluate the offset logarithmic integral function Li when x=2.4:
Click to copy this expression
2. Evaluate Li when x=ⅇ.
Click to copy this expression
You can see that, similarly to li function, the evaluation returns an expression. To receive numeric results, use the float keyword:
Click to copy this expression
3. Evaluate Li when x=∞ and x=-∞:
Click to copy this expression
Click to copy this expression
Was this helpful?