View eigshow.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires installation of [GLMakie](https://github.com/JuliaPlots/Makie.jl) | |
# Include this file as include("eigshow.jl"), then run eigshow() | |
using GLMakie, LinearAlgebra, Printf | |
# Toby Driscoll (driscoll@udel.edu), October 2021. Released under Creative Commons CC BY-NC 3.0 license. | |
# This function is inspired by EIGSHOW.M, which is held in copyright by The MathWorks, Inc and found at: | |
# Cleve Moler (2021). Cleve_Lab (https://www.mathworks.com/matlabcentral/fileexchange/59085-cleve_lab), MATLAB Central File Exchange. Retrieved October 25, 2021. | |
""" |
View gist:2317ca62c752b5e59f2a33798027755f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires installation of [GLMakie](https://github.com/JuliaPlots/Makie.jl) | |
# Include this file as include("eigshow.jl"), then run eigshow() | |
using GLMakie, LinearAlgebra, Printf | |
# Toby Driscoll (driscoll@udel.edu), October 2021. Released under Creative Commons CC BY-NC 3.0 license. | |
# This function is inspired by EIGSHOW.M, which is held in copyright by The MathWorks, Inc and found at: | |
# Cleve Moler (2021). Cleve_Lab (https://www.mathworks.com/matlabcentral/fileexchange/59085-cleve_lab), MATLAB Central File Exchange. Retrieved October 25, 2021. | |
""" |
View writers.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sphinx.writers.latex import LaTeXTranslator | |
from docutils import nodes, writers | |
from docutils.nodes import Element, Node, Text | |
from sphinx.builders.latex.nodes import captioned_literal_block | |
CR = '\n' | |
class MyTranslator(LaTeXTranslator): | |
def visit_literal_block(self, node: Element) -> None: | |
if node.rawsource != node.astext(): |
View TB_Lecture_34_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture_40.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture_37_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture_36_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture35_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture_33_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View TB_Lecture_32_julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder