Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346<?xml version="1.0" encoding="UTF-8"?>12<!--34Basic.xml MatricesForHomalg package documentation Mohamed Barakat56Copyright (C) 2007-2009, Mohamed Barakat, RWTH-Aachen78-->910<Appendix Label="Basic_Operations">11<Heading>The Basic Matrix Operations</Heading>1213These are the operations used to solve one-sided (in)homogeneous14linear systems <M>XA=B</M> resp. <M>AX=B</M>.1516<!--17(&see; Appendix <Ref Chap="homalg-Idea"/>)18-->1920<Section Label="Main">21<Heading>Main</Heading>2223<List>24<Item><Ref Oper="BasisOfRowModule" Label="for matrices"/></Item>25<Item><Ref Oper="BasisOfColumnModule" Label="for matrices"/></Item>26</List>2728<List>29<Item><Ref Oper="DecideZeroRows" Label="for pairs of matrices"/></Item>30<Item><Ref Oper="DecideZeroColumns" Label="for pairs of matrices"/></Item>31</List>3233<List>34<Item><Ref Oper="SyzygiesGeneratorsOfRows" Label="for matrices"/></Item>35<Item><Ref Oper="SyzygiesGeneratorsOfColumns" Label="for matrices"/></Item>36</List>3738</Section>3940<Section Label="Effective">41<Heading>Effective</Heading>4243<List>44<Item><Ref Oper="BasisOfRowsCoeff" Label="for matrices"/></Item>45<Item><Ref Oper="BasisOfColumnsCoeff" Label="for matrices"/></Item>46</List>4748<List>49<Item><Ref Oper="DecideZeroRowsEffectively" Label="for pairs of matrices"/></Item>50<Item><Ref Oper="DecideZeroColumnsEffectively" Label="for pairs of matrices"/></Item>51</List>5253</Section>5455<Section Label="Relative">56<Heading>Relative</Heading>5758<List>59<Item><Ref Oper="SyzygiesGeneratorsOfRows" Label="for pairs of matrices"/></Item>60<Item><Ref Oper="SyzygiesGeneratorsOfColumns" Label="for pairs of matrices"/></Item>61</List>6263</Section>6465<Section Label="Reduced">66<Heading>Reduced</Heading>6768<List>69<Item><Ref Oper="ReducedBasisOfRowModule" Label="for matrices"/></Item>70<Item><Ref Oper="ReducedBasisOfColumnModule" Label="for matrices"/></Item>71</List>7273<List>74<Item><Ref Oper="ReducedSyzygiesGeneratorsOfRows" Label="for matrices"/></Item>75<Item><Ref Oper="ReducedSyzygiesGeneratorsOfColumns" Label="for matrices"/></Item>76</List>7778</Section>7980<!-- ############################################################ -->8182</Appendix>83848586