added interactive window support
This commit is contained in:
parent
c446cbf400
commit
0e7fa46027
@ -1 +1 @@
|
|||||||
This reposetory is used for saving my calculations
|
This reposetory is used for saving my calculations. Install Jupyter VS Code extension for interactive window
|
@ -1,11 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#%%
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Thu Sep 18 17:10:29 2025
|
|
||||||
|
|
||||||
@author: s
|
|
||||||
"""
|
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
# Berechnungen
|
# Berechnungen
|
||||||
@ -24,3 +17,5 @@ def main():
|
|||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# %%
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#%%
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Thu Sep 18 17:47:51 2025
|
|
||||||
|
|
||||||
@author: s
|
|
||||||
"""
|
|
||||||
import sympy as sp
|
import sympy as sp
|
||||||
import IPython.display as dp
|
import IPython.display as dp
|
||||||
sp.init_printing()
|
sp.init_printing()
|
||||||
@ -19,4 +13,5 @@ h=sp.simplify(f) #vereinfachen
|
|||||||
i=sp.factor(f) #faktorisieren
|
i=sp.factor(f) #faktorisieren
|
||||||
|
|
||||||
#Ausgabe
|
#Ausgabe
|
||||||
dp.display(f)
|
dp.display(f)
|
||||||
|
# %%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user