Skip to content

Matrix inverses#306

Closed
kevindeland wants to merge 22 commits into
masterfrom
matrix-inverses
Closed

Matrix inverses#306
kevindeland wants to merge 22 commits into
masterfrom
matrix-inverses

Conversation

@kevindeland

Copy link
Copy Markdown
Contributor

Much content (some finished, some draft) in Chapters 4 (inverses) and 5 (Gaussian Elimination) of Matrices.


console.log(this.A);
console.log(this.c);
console.log(this.rows);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove (or comment out) all console.log statements (here and elsewhere)?

@@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m16.07 4.07a1.49 1.49 0 0 0 -2.12 0l-6.88 6.93a1.49 1.49 0 0 0 0 2.12l6.93 6.88a1.51 1.51 0 0 0 2.12 0 1.51 1.51 0 0 0 0-2.12l-5.88-5.88 5.83-5.82a1.51 1.51 0 0 0 0-2.11z"/></svg> No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need this file and right.svg

.rows: slot(name="rows")
.nav
.btn.back.hide: +icon('left', 24)
.btn.next: +icon('right', 24)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than copying the icon mixin, you can do something like this:

 x-icon-btn.next(icon="right")

@plegner

plegner commented Feb 9, 2021

Copy link
Copy Markdown
Member

Closed in favour of #307

@plegner plegner closed this Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants