~~NOTOC~~ {{TOC 2-10 width14}} https://sagecell.sagemath.org/embedded_sagecell.js sagecell.makeSagecell({inputLocation: 'div.sage-linked', languages: sagecell.allLanguages, hide: ['language', 'messages', 'computationID', 'files', 'sageMode', 'editorToggle', 'sessionTitle', 'done', 'permalink'], linked: true, autoeval: false, // callback: function() {$('div.sage-linked').find(".CodeMirror").get(0).CodeMirror.focus();} }); ====== Cells for Sage Calculations ====== [[../gbgr|GBGR]] ~~NOTOC~~ ===== Reduced Row Echelon Form (no symbols) ===== Edit the code below to compute the RREF of a matrix.
===== Row Echelon Form (with symbols) ===== This doesn't always work, but here are some examples where it does. In the cell below, you can replace the list of variables $a, b, c$ with a list of whatever variables you want to use when you define the matrix $M.$
===== Eigenvalues =====
===== Linear Independence ===== Let's check to see whether a set of vectors is linearly independent. We can create a matrix with the given vectors as columns; if the number of pivots is the same as the number of columns, then the columns form a linearly independent set.