tareas

Páginas: 48 (11942 palabras) Publicado: 25 de diciembre de 2013
Introducci´n a
o
SCILAB
H´ctor Manuel Mora Escobar
e
Departamento de Matem´ticas
a
Universidad Nacional de Colombia
Bogot´
a
agosto 2002

i

´
INDICE GENERAL
´
1 INTRODUCCION
2 GENERALIDADES
2.1 Primeros pasos . . . . . . . .
2.2 Operaciones y funciones . . .
2.3 Otros temas . . . . . . . . . .
2.4 Complejos . . . . . . . . . . .
2.5 Polinomios . . . . . . . . . . .
2.6Lista de algunas herramientas

1
.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

3 VECTORES Y MATRICES
3.1 Creaci´n . . . . . . . . . . . . . . .
o
3.2 Notaci´n y operaciones . . . . . . .
o
3.3 Funciones elementales . . . . . . .
3.4 Soluci´n de sistemas de ecuaciones
o
3.5 Otras funciones . . . . . . . . . . .

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
..
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.

4 PROGRAMAS
4.1 Guiones (scripts) . .. . . . . . . . . . . . . . . . . . . .
4.2 Funciones . . . . . . . . . . . . . . . . . . . . . . . . . .
4.3 Carpeta actual o por defecto . . . . . . . . . . . . . . . .
4.4 Operadores relacionales y l´gicos . . . . . . . . . . . . .
o
´
4.5 Ordenes y control de flujo . . . . . . . . . . . . . . . . .
4.5.1 if . . . . . . . . . . . . . . . . . . . . . . . . . .
4.5.2 for . . . . . . . .. . . . . . . . . . . . . . . . . .
4.5.3 while . . . . . . . . . . . . . . . . . . . . . . . .
4.5.4 select . . . . . . . . . . . . . . . . . . . . . . . .
4.5.5 Otras ´rdenes . . . . . . . . . . . . . . . . . . . .
o
4.6 Ejemplos . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.6.1 C´lculo num´rico del gradiente . . . . . . . . . .
a
e
4.6.2 Matriz escalonada reducida por filas .. . . . . . .
4.6.3 Aproximaci´n polinomial por m´
o
ınimos cuadrados
4.6.4 Factores primos . . . . . . . . . . . . . . . . . . .
ii

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
..

3
3
6
8
9
10
11

.
.
.
.
.

13
13
14
16
20
21

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

22
22
24
26
27
27
27
28
29
29
30
32
32
34
36
38

´
INDICE GENERAL

´
5 GRAFICAS
5.1 Dos dimensiones . . . . . . . . . .
5.2 Tres dimensiones . . . . . . . . .
5.3 Otras funciones . . . . . . . . . .
5.4 Creaci´n de un archivo Postscript
o

.
.
.
..
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

´
6 OPTIMIZACION
6.1 Optimizaci´n lineal . . . . . . . . . . . . . . . . . . . .
o
6.1.1 Desigualdades . . . . . . . . . . . . . . . . . . .
6.1.2 Desigualdades y restricciones de caja . . . . . .
6.1.3 Igualdades, desigualdades y...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Tareas tareas y mas tareas
  • tareas tareas
  • Taran Taran
  • tareas tareas
  • Tareas Y Tareas
  • Mis tareas...Tus tareas
  • Tareas de Tareas
  • Tareas

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS