11 lines
140 B
Python
11 lines
140 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Thu Sep 18 18:26:21 2025
|
|
|
|
@author: s
|
|
"""
|
|
|
|
from sympy import *
|
|
|
|
init_printing() |