forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PUSH NOTE : Svelte.md * PUSH NOTE : Typescript.md * PUSH NOTE : Rust.md * PUSH NOTE : Programming.md * PUSH NOTE : Flutter & Dart.md * PUSH NOTE : Shortcuts.md * PUSH NOTE : More Functions.md * PUSH NOTE : Math Index.md * PUSH NOTE : Math Constellation Game Ideas.md * PUSH NOTE : Logarithms.md * PUSH NOTE : Important Formulas.md * PUSH NOTE : Formulas.md * PUSH NOTE : Exponents.md * PUSH NOTE : Drawing Functions & Back Again.md * PUSH NOTE : Completing The Square.md * PUSH NOTE : Big Unorganized Math Notes.md * PUSH NOTE : Absolute Values in Algebra.md * PUSH NOTE : ∆-Landing.md * PUSH NOTE : Using Quartz & Github Publisher.md * PUSH NOTE : Textbook Collection.md * PUSH NOTE : My Obsidian Setup.md * PUSH NOTE : My Obsidian Plugins.md * PUSH NOTE : My Big Huge Collection of Links.md * PUSH NOTE : Linguistics.md * PUSH NOTE : Japanese.md * PUSH NOTE : Goals.md * PUSH NOTE : digital garden resources.md * PUSH NOTE : Domains.md * PUSH NOTE : Books.md
- Loading branch information
1 parent
da6a51e
commit e20a9cb
Showing
10 changed files
with
90 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
Take the following graph | ||
![[drawing functions 2.svg|drawing functions 2.svg]] | ||
|
||
In order to recreate (one possible) function we need to do the following: | ||
1. Determine the end-behavior, and decide if it's a reflection or not (this one is a reflection of a ^2!) | ||
2. Determine its stretch/squash | ||
- count the squares, if its over more than 1 then add that many as the denominator (the above would be 1/2) and you got the coefficient! | ||
- Otherwise if its taller more than 1 before it crosses a point add that many and add that as the coefficient! | ||
- ![[Pasted image 20231203190826.png|Pasted image 20231203190826.png]] | ||
- This would be 2! | ||
- Think of it like when you find the slope, by going $\frac{rise}{run}$ | ||
3. Next add the adjustments to the vertex as appropriate! inside the parathesis for horizontal movement and outside for vertical movement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
You can't have math without formulas!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
## Continuous Growth | ||
$$ | ||
A=Pe^{rt} | ||
$$ | ||
## Annual Growth | ||
$$ | ||
A=P(1+\frac{r}{n})^{nt} | ||
$$ | ||
## Circle | ||
$$ | ||
(x-h)^2+(y-k)^2=r^2 | ||
$$ | ||
## Find all the possible zeroes | ||
$$ | ||
\frac{\pm\text{All factors of coefficient}}{\pm \text{All factors of constant}} | ||
$$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
--- | ||
publish: true | ||
dg-home: false | ||
dg-pinned: false | ||
title: The Pathway into the Hedges | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
Interesting!!! | ||
## Resources | ||
[Flame](https://docs.flame-engine.org/latest/) | ||
|
||
[Casual Games Toolkit](https://flutter.dev/games) | ||
|
||
[Schedule Local](https://pub.dev/packages/flutter_local_notifications) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
[[❀Code/Rust|Rust]] | ||
[[Flutter & Dart|Flutter & Dart]] | ||
[[Typescript|Typescript]] | ||
[[Svelte|Svelte]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
[Rust by Practice](https://github.com/sunface/rust-by-practice) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
This is by far my favorite framework for making sites. | ||
## Sveltekit | ||
This is what my wip markdown blog framework is written in. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
publish: true | ||
--- | ||
|
||
I'm gonna learn typescript, partially so I can contribute to [quartz](https://quartz.jzhao.xyz/) but also so I don't have to keep relying solely on my pure JavaScript knowledge. |