Dilogarithms are very important in advanced mathematics and engineers. Here we explain how is the dilogarithm integral and how to calculate the dilogarithms in Matlab® with the ‘dilog()’ command.
YOU CAN LEARN MatLab® IN MECHANICAL BASE; Click And Start To Learn MatLab®!
You can try the example code below in your Matlab® product.
On this post
What Is The Dilogarithm Function?

The integral form of the dilogarithm function is generally defined as above. You will see the use of the ‘dilog()’ command to calculate this integral in Matlab®.
How To Use The ‘dilog()’ Command In MatLab®?
>> dilog(2)
ans =
-0.8225
>>
As you see above the use of the ‘dilog()’ command is very simple. You just need to type a number inside the brackets and hit the enter key to see the result.
You define the lower boundary of the integral above with the variable that you entering inside the brackets of the ‘dilog()’ command. You are defining the ‘z’.
Conclusion
Do not forget to leave your comments and questions below about the use of the ‘dilog()’ command in Matlab® below.
If you want further coding examples about the ‘dilog()’ command in Matlab®, inform us in the comments.
This article is prepared for completely educative and informative purposes. Images used courtesy of Matlab®
Your precious feedbacks are very important to us.
Leave a Reply