-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.13 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./style_notes.css">
<title>Home</title>
</head>
<body>
<h1 align=center>Informática 2019-2020</h1>
<p>Aquí trataré de daros unos apuntes lo más interactivos posibles.</p>
<h2>Temario:</h2>
<ol class="text">
<li>Sistemas lineales.
<ol type=I>
<li><a href="./theory/directs.html">Métodos directos.</a></li>
<li><a href="./theory/iteratives.html">Métodos iterativos.</a> </li>
</ol>
</li>
<li><a href="./theory/autovectores.html">Cálculo de autovectores.</li>
<li><a href="./theory/derivatives.html">Derivación numérica.</a></li>
<li><a href="./theory/Integrals.html">Integración numérica.</a></li>
<li><a href="./theory/non-linear.html">Ecuaciones no lineales.</a></li>
<li><a href="./theory/PVI.html">Problemas de valor inicial.</a></li>
<li><a href="./theory/suplementary.html">Material suplementario.</a></li>
</ol>
<h2>Códigos:</h2>
<p>Todos los códigos junto con su estructura, dependencias y explicaciones puede verse <a href="./docs/index.html">aquí</a>.</p>
</body>