Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

paveloom-university/Computational-Workshop-S08-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Every directory shares the same logic.

Julia

From the root of the project (A1, A2, or A3), run

julia --project=.

and instantiate the project:

]instantiate

Get back to the shell and run

julia --project=. main.jl

To get more information about the modules' contents, include a local module in the Julia REPL

include("src/A1.jl")
using .A1

and examine the docstrings

?A1
?Problem
?Options
?solve

TeX

Use tectonic to compile the .tex files:

tectonic -X compile A1.tex

Note that you need to be in the same directory as the .tex file.

About

Solving Cauchy problems and stiff systems of differential equations, finding eigenvalues in symmetric matrices

Topics

Resources

License

Stars

Watchers

Forks