Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix inverses #306

Closed
wants to merge 22 commits into from
Closed

Matrix inverses #306

wants to merge 22 commits into from

Conversation

kevindeland
Copy link
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
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>
Copy link
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
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
Copy link
Member

plegner commented Feb 9, 2021

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