Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

YouTube Tutorial: https://youtu.be/P92boGjCnPA

What You'll Learn: Discover how to create a log-log plot using SageMath within a Jupyter notebook on the CoCalc platform. Learn to visualize functions with both standard and logarithmic scales.

Transcription:

Hello everyone, my name is Blaec Bejarano. Today, I'll show you how to create a log-log plot using SageMath in a Jupyter notebook within the CoCalc platform.

The log-log plot displays both the x and y axes on logarithmic scales, which can help visualize certain characteristics of the function.

54 views
ubuntu2204
Kernel: SageMath 10.6
plot(x^5, (x, 1, 16), gridlines='minor')
Image in a Jupyter notebook
plot_loglog(x^5, (x, 1, 16), gridlines='minor')
Image in a Jupyter notebook