This repository has been archived by the owner on Oct 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (58 loc) · 3.67 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Mate USB</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Guías prácticas del prof. Axel Voza</h1>
<p>Universidad Simón Bolívar. <br>
Caracas, Venezuela.</p>
<hr></hr>
<p><i><q>Lo que tenemos que aprender a hacer, lo aprendemos haciéndolo</q></i></p>
<p align="right"><b>Aristóteles</b>, Ethica Nicomachea II</p>
</header>
<section>
<h3>
<a id="mate2" class="anchor" href="#Matemática II" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Matemática II (MA1112)</h3>
<p>Curso dedicado a la enseñanza de integrales y métodos de integración.</p>
<ul>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA2-1.pdf">Guía 1</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA2-2.pdf">Guía 2</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA2-3.pdf">Guía 3</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA2-4.pdf">Guía 4</a></li>
</ul>
<h3>
<a id="mate4" class="anchor" href="#Matemática IV" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Matemática IV (MA2115)</h3>
<p>Curso dedicado a la enseñanza de series, sucesiones, y ecuaciones diferenciales.</p>
<h3>
<a id="mate6" class="anchor" href="#Matemática VI" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Matemática VI (MA2113)</h3>
<p>Curso dividó en tres partes: la primera finiquita el curso anterior (Matemática V (MA2112)), la segunda parte se enfoca en el álgebra complejo y la última, en el cálculo complejo.</p>
<ul>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA6-1.pdf">Guía 1</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA6-2.pdf">Guía 2</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA6-3.pdf">Guía 3</a></li>
<li><a href="https://github.com/ivcore/mateusb/raw/master/guides/mat6/GMA6-4.pdf">Guía 4</a></li>
</ul>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
</section>
<footer>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br />Esta obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional</a>.</p>
<p><small>Este <a href="https://github.com/ivcore/mateusb">proyecto</a> está mantenido por <a href="https://github.com/ivcore">Iván González</a></small> <br>
<small>Hosteado en GitHub Pages — Tema por <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>