You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
$\begingroup$ I think this depends greatly on the audience of the course. In the US, I've never taught a beginning linear algebra course that has a significant percentage of math majors. The courses are largely populated by engineering students who absolutely need to understand how to do linear algebraic computations, and therefore need to understand matrix algebra. I'll also say that I don't think it's ever a mistake to introduce computational methods alongside theory. $\endgroup$Dan Ramras– Dan Ramras2016-10-02 14:13:48 +00:00Commented Oct 2, 2016 at 14:13
-
1$\begingroup$ Of course computational techniques are essential. But these need to be explained, especially to non-mathematicians. I know of no book on linear algebra focussing primarlly on matrix calculations that does that. The sorts of questions that arise naturally, such as why matrices must both be mxn in order to be able to add them, yet any mxn matrix can be multiplied by any nxp matrix (in the sutable order), remain unanswered, beyond, perhaps the usual cop-out "it proves to be useful". $\endgroup$user99154– user991542016-10-03 21:43:08 +00:00Commented Oct 3, 2016 at 21:43
-
$\begingroup$ I agree that far too often the computations are not explained. Conceptual explanations based on linear transformations can make a huge difference. $\endgroup$Dan Ramras– Dan Ramras2016-10-04 03:07:20 +00:00Commented Oct 4, 2016 at 3:07
-
$\begingroup$ In particular, this makes it clear that calculus in R^{n} is really linear algebra applied to infinite dimensional vectors spaces of the form F(X,R), where F(X,R) is the vector space of certain real-valued functions on the subset X of R^{b}, where F stands for continuous, or integrable, or differentiable, or ... The difficulty for computation is that, being infinitely generated, matrices are not available. But exploring the general linear algebra of both simultaneously, shows the intimate link between smooth and discrete systems. $\endgroup$user99154– user991542016-10-05 11:25:38 +00:00Commented Oct 5, 2016 at 11:25
-
$\begingroup$ Is this perspective on calculus discussed in Jänichs' book? I think I looked at his book at some point, but maybe not very carefully. $\endgroup$Dan Ramras– Dan Ramras2016-10-06 14:58:43 +00:00Commented Oct 6, 2016 at 14:58
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ag.algebraic-geometry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you