Fast methods for partial differential and integral equations

Course instructor: Ivan Oseledets

TAs: Maxim Rakhuba, Alexander Katrutsa, Alexey Boyko


In [1]:
from IPython.core.display import HTML
def css_styling():
    styles = open("lectures/styles/custom.css", "r").read()
    return HTML(styles)
css_styling()


Out[1]: