import%20marimo%0A%0A__generated_with%20%3D%20%220.14.16%22%0Aapp%20%3D%20marimo.App()%0A%0Awith%20app.setup%3A%0A%20%20%20%20import%20marimo%20as%20mo%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20mo.md(%0A%20%20%20%20%20%20%20%20%22%22%22%0A%20%20%20%20%23%20ChebyshevPolynomial%20Demonstration%0A%0A%20%20%20%20This%20notebook%20demonstrates%20the%20usage%20of%20the%20%60ChebyshevPolynomial%60%20class%20from%20the%20%60chebpy%60%20library.%0A%0A%20%20%20%20The%20%60ChebyshevPolynomial%60%20class%20provides%20an%20immutable%20representation%20of%20Chebyshev%20polynomials%0A%20%20%20%20and%20various%20factory%20functions%20to%20construct%20them.%0A%20%20%20%20%22%22%22%0A%20%20%20%20)%0A%20%20%20%20return%0A%0A%0Aif%20__name__%20%3D%3D%20%22__main__%22%3A%0A%20%20%20%20app.run()%0A
bdbb16d38cfbe7b24c304f954ba0f9b15df7127d0561185134b9abe1cbc4142a