Skip to content Skip to navigation

Connexions

You are here: Home » Content » TeXmacs, Sage y Algebra Lineal

Navigation

Recently Viewed

This feature requires Javascript to be enabled.
 

TeXmacs, Sage y Algebra Lineal

Module by: Offray Vladimir Luna Cárdenas. E-mail the author

Summary: Una prueba de cómo subir archivos hechos en Sage + TeXmacs que traten temas de álgebra lineal

greyrgb0.75,0.75,0.75 orangergb1.0,0.5,0.5 brownrgb0.5,0.25,0.0 pinkrgb1.0,0.5,0.5

Sea

A = 1 2 3 4 5 6 7 9 13 A = 1 2 3 4 5 6 7 9 13
(1)

calcule la inversa.

  • Tomado de: Kolman 2008, página tal, ejercicio tal
  • Resuelto por: Nidia

Respuesta

Definimos la matriz:

———————————————————————-

redsage] blue A = matrix(QQ,[[1, 2, 3],[4, 5, 6],[7, 9, 13]])

Y ahora calculamos la inversa:

redsage] blueA.inverse()

- 7 6 - 1 3 1 2 1 3 5 3 - 1 1 2 - 1 1 2 - 7 6 - 1 3 1 2 1 3 5 3 - 1 1 2 - 1 1 2

redsage] blueA.transpose() * A.inverse()

11 3 - 2 3 0 10 3 - 1 3 0 4 - 2 1 11 3 - 2 3 0 10 3 - 1 3 0 4 - 2 1

redsage] blueA.inverse() * A.transpose()

- 1 3 - 10 3 - 16 3 2 3 11 3 14 3 0 0 1 - 1 3 - 10 3 - 16 3 2 3 11 3 14 3 0 0 1

redsage] bluevar('a,b,c,d')

(a, b, c, d)

redsage] blueA = matrix([[a, b],[c,d]])

redsage] blueA.inverse()

d a d - b c - b a d - b c - c a d - b c a a d - b c d a d - b c - b a d - b c - c a d - b c a a d - b c

redsage] blueA.inverse() * A

a d a d - b c - b c a d - b c 0 0 a d a d - b c - b c a d - b c a d a d - b c - b c a d - b c 0 0 a d a d - b c - b c a d - b c

redsage] bluen = factorial (10^5)

SAGE Version 3.1.1, Release Date: 2008-08-17

redsage] blue print "prueba de exportacion"

prueba de exportacion

redsage] blue

Content actions

Download module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks