12 lines
144 B
Python
12 lines
144 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Mon Aug 16 13:45:56 2021
|
|
|
|
@author: Joschka
|
|
"""
|
|
|
|
import numpy as np
|
|
|
|
import matplotlib_inline as plt
|
|
|
|
x = |