forked from TeamBasedInquiryLearning/linear-algebra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
920da78
commit 93d351c
Showing
2,667 changed files
with
95,472 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<!DOCTYPE html> | ||
<!--********************************************--> | ||
<!--* Generated from PreTeXt source *--> | ||
<!--* on 2020-08-31T01:26:29Z *--> | ||
<!--* A recent stable commit (2020-08-09): *--> | ||
<!--* 98f21740783f166a773df4dc83cab5293ab63a4a *--> | ||
<!--* *--> | ||
<!--* https://pretextbook.org *--> | ||
<!--* *--> | ||
<!--********************************************--> | ||
<html lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Algebraic Properties of Linear Maps (A)</title> | ||
<meta name="Keywords" content="Authored in PreTeXt"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['\\(','\\)']] | ||
}, | ||
asciimath2jax: { | ||
ignoreClass: ".*", | ||
processClass: "has_am" | ||
}, | ||
jax: ["input/AsciiMath"], | ||
extensions: ["asciimath2jax.js"], | ||
TeX: { | ||
extensions: ["extpfeil.js", "autobold.js", "https://pretextbook.org/js/lib/mathjaxknowl.js", "AMScd.js", ], | ||
// scrolling to fragment identifiers is controlled by other Javascript | ||
positionToHash: false, | ||
equationNumbers: { autoNumber: "none", useLabelIds: true, }, | ||
TagSide: "right", | ||
TagIndent: ".8em", | ||
}, | ||
// HTML-CSS output Jax to be dropped for MathJax 3.0 | ||
"HTML-CSS": { | ||
scale: 88, | ||
mtextFontInherit: true, | ||
}, | ||
CommonHTML: { | ||
scale: 88, | ||
mtextFontInherit: true, | ||
}, | ||
}); | ||
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_CHTML-full"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/lib/jquery.min.js"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/lib/jquery.sticky.js"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/lib/jquery.espy.min.js"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/0.13/pretext.js"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/0.13/pretext_add_on.js"></script><script xmlns:svg="http://www.w3.org/2000/svg" src="https://pretextbook.org/js/lib/knowl.js"></script><!--knowl.js code controls Sage Cells within knowls--><script xmlns:svg="http://www.w3.org/2000/svg">sagecellEvalName='Evaluate (Sage)'; | ||
</script><link xmlns:svg="http://www.w3.org/2000/svg" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/pretext.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/pretext_add_on.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/banner_default.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/toc_default.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/knowls_default.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/style_default.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/colors_default.css" rel="stylesheet" type="text/css"> | ||
<link xmlns:svg="http://www.w3.org/2000/svg" href="https://pretextbook.org/css/0.31/setcolors.css" rel="stylesheet" type="text/css"> | ||
<!-- 2019-10-12: Temporary - CSS file for experiments with styling --><link xmlns:svg="http://www.w3.org/2000/svg" href="developer.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body class="mathbook-book has-toc has-sidebar-left"> | ||
<a class="assistive" href="#content">Skip to main content</a><div xmlns:svg="http://www.w3.org/2000/svg" class="hidden-content" style="display:none">\(\require{enclose} | ||
\newcommand{\IR}{\mathbb{R}} | ||
\newcommand{\IC}{\mathbb{C}} | ||
\renewcommand{\P}{\mathcal{P}} | ||
\renewcommand{\Im}{\operatorname{Im}} | ||
\newcommand{\RREF}{\operatorname{RREF}} | ||
\newcommand{\vspan}{\operatorname{span}} | ||
\newcommand{\setList}[1]{\left\{#1\right\}} | ||
\newcommand{\setBuilder}[2]{\left\{#1\,\middle|\,#2\right\}} | ||
\newcommand{\unknown}{\,{\color{gray}?}\,} | ||
\newcommand{\circledNumber}[1]{\enclose{circle}{#1}} | ||
\newcommand{\lt}{<} | ||
\newcommand{\gt}{>} | ||
\newcommand{\amp}{&} | ||
\)</div> | ||
<header id="masthead" class="smallbuttons"><div class="banner"><div class="container"> | ||
<a id="logo-link" href=""></a><div class="title-container"> | ||
<h1 class="heading"><a href="linear-algebra-for-team-based-inquiry-learning.html"><span class="title">Linear Algebra for Team-Based Inquiry Learning</span></a></h1> | ||
<p class="byline">Steven Clontz, Drew Lewis</p> | ||
</div> | ||
</div></div> | ||
<nav xmlns:svg="http://www.w3.org/2000/svg" id="primary-navbar" class="navbar"><div class="container"> | ||
<div class="navbar-top-buttons"> | ||
<button class="sidebar-left-toggle-button button active" aria-label="Show or hide table of contents sidebar">Contents</button><div class="tree-nav toolbar toolbar-divisor-3"><span class="threebuttons"><a id="previousbutton" class="previous-button toolbar-item button" href="V9.html" title="Previous">Prev</a><a id="upbutton" class="up-button button toolbar-item" href="linear-algebra-for-team-based-inquiry-learning.html" title="Up">Up</a><a id="nextbutton" class="next-button button toolbar-item" href="A1.html" title="Next">Next</a></span></div> | ||
</div> | ||
<div class="navbar-bottom-buttons toolbar toolbar-divisor-4"> | ||
<button class="sidebar-left-toggle-button button toolbar-item active">Contents</button><a class="previous-button toolbar-item button" href="V9.html" title="Previous">Prev</a><a class="up-button button toolbar-item" href="linear-algebra-for-team-based-inquiry-learning.html" title="Up">Up</a><a class="next-button button toolbar-item" href="A1.html" title="Next">Next</a> | ||
</div> | ||
</div></nav></header><div class="page"> | ||
<div xmlns:svg="http://www.w3.org/2000/svg" id="sidebar-left" class="sidebar" role="navigation"><div class="sidebar-content"> | ||
<nav id="toc"><ul> | ||
<li class="link frontmatter"><a href="frontmatter.html" data-scroll="frontmatter"><span class="title">Front Matter</span></a></li> | ||
<li class="link"> | ||
<a href="E.html" data-scroll="E"><span class="codenumber">1</span> <span class="title">Systems of Linear Equations (E)</span></a><ul> | ||
<li><a href="E1.html" data-scroll="E1">Linear Systems, Vector Equations, and Augmented Matrices (E1)</a></li> | ||
<li><a href="E2.html" data-scroll="E2">Row Reduction of Matrices (E2)</a></li> | ||
<li><a href="E3.html" data-scroll="E3">Solving Linear Systems (E3)</a></li> | ||
</ul> | ||
</li> | ||
<li class="link"> | ||
<a href="V.html" data-scroll="V"><span class="codenumber">2</span> <span class="title">Vector Spaces (V)</span></a><ul> | ||
<li><a href="V1.html" data-scroll="V1">Vector Spaces (V1)</a></li> | ||
<li><a href="V2.html" data-scroll="V2">Linear Combinations (V2)</a></li> | ||
<li><a href="V3.html" data-scroll="V3">Spanning Sets (V3)</a></li> | ||
<li><a href="V4.html" data-scroll="V4">Subspaces (V4)</a></li> | ||
<li><a href="V5.html" data-scroll="V5">Linear Independence (V5)</a></li> | ||
<li><a href="V6.html" data-scroll="V6">Identifying a Basis (V6)</a></li> | ||
<li><a href="V7.html" data-scroll="V7">Subspace Basis and Dimension (V7)</a></li> | ||
<li><a href="V8.html" data-scroll="V8">Polynomial and Matrix Spaces (V8)</a></li> | ||
<li><a href="V9.html" data-scroll="V9">Homogeneous Linear Systems (V9)</a></li> | ||
</ul> | ||
</li> | ||
<li class="link active"> | ||
<a href="A.html" data-scroll="A"><span class="codenumber">3</span> <span class="title">Algebraic Properties of Linear Maps (A)</span></a><ul> | ||
<li><a href="A1.html" data-scroll="A1">Linear Transformations (A1)</a></li> | ||
<li><a href="A2.html" data-scroll="A2">Standard Matrices (A2)</a></li> | ||
<li><a href="A3.html" data-scroll="A3">Image and Kernel (A3)</a></li> | ||
<li><a href="A4.html" data-scroll="A4">Injective and Surjective Linear Maps (A4)</a></li> | ||
</ul> | ||
</li> | ||
<li class="link"> | ||
<a href="M.html" data-scroll="M"><span class="codenumber">4</span> <span class="title">Matrices (M)</span></a><ul> | ||
<li><a href="M1.html" data-scroll="M1">Matrices and Multiplication (M1)</a></li> | ||
<li><a href="M2.html" data-scroll="M2">Row Operations as Matrix Multiplication (M2)</a></li> | ||
<li><a href="M3.html" data-scroll="M3">The Inverse of a Matrix (M3)</a></li> | ||
<li><a href="M4.html" data-scroll="M4">Invertible Matrices (M4)</a></li> | ||
</ul> | ||
</li> | ||
<li class="link"> | ||
<a href="G.html" data-scroll="G"><span class="codenumber">5</span> <span class="title">Geometric Properties of Linear Maps (G)</span></a><ul> | ||
<li><a href="G1.html" data-scroll="G1">Row Operations and Determinants (G1)</a></li> | ||
<li><a href="G2.html" data-scroll="G2">Computing Determinants (G2)</a></li> | ||
<li><a href="G3.html" data-scroll="G3">Eigenvalues and Characteristic Polynomials (G3)</a></li> | ||
<li><a href="G4.html" data-scroll="G4">Eigenvectors and Eigenspaces (G4)</a></li> | ||
</ul> | ||
</li> | ||
</ul></nav><div class="extras"><nav><a class="mathbook-link" href="https://pretextbook.org">Authored in PreTeXt</a><a href="https://www.mathjax.org"><img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge.gif" alt="Powered by MathJax"></a></nav></div> | ||
</div></div> | ||
<main class="main"><div id="content" class="pretext-content"><section xmlns:svg="http://www.w3.org/2000/svg" class="chapter" id="A"><h2 class="heading"> | ||
<span class="type">Chapter</span> <span class="codenumber">3</span> <span class="title">Algebraic Properties of Linear Maps (A)</span> | ||
</h2> | ||
<nav class="summary-links"><ul> | ||
<li><a href="A1.html"><span class="codenumber">3.1</span> <span class="title">Linear Transformations (A1)</span></a></li> | ||
<li><a href="A2.html"><span class="codenumber">3.2</span> <span class="title">Standard Matrices (A2)</span></a></li> | ||
<li><a href="A3.html"><span class="codenumber">3.3</span> <span class="title">Image and Kernel (A3)</span></a></li> | ||
<li><a href="A4.html"><span class="codenumber">3.4</span> <span class="title">Injective and Surjective Linear Maps (A4)</span></a></li> | ||
</ul></nav></section></div></main> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.