Skip to content

Commit

Permalink
[PUBLISHER] Merge #17
Browse files Browse the repository at this point in the history
* 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
bluerosegarden authored Dec 6, 2023
1 parent da6a51e commit e20a9cb
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 5 deletions.
14 changes: 13 additions & 1 deletion content/Math/Big Unorganized Math Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,16 @@ This is determined by whether or not the **leading coefficient** is **positive o
### Graph the function by hand
### Determine the intervals on which the function is increasing and/or decreasing
### Find the domain
#### Find the range
#### Find the range


## Synthetic division
given this equation
$$
3x^3+17x^2+12x-6
$$
You can find all the real zeros by first either checking it by calc and picking one of the x intercepts, or listing all the possible zeroes by dividing the factors o the leading coefficient by the factors of the constant! Once you have one zero use synthetic division to keep reducing it until it's a quadratic equation!
$$
\begin{array}{c|rrr}&3&17&12&-6\\\frac{1}{3}&&1&6&6\\\hline\\&3&18&18&0\\\end{array}
$$
16 changes: 16 additions & 0 deletions content/Math/Drawing Functions & Back Again.md
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
22 changes: 22 additions & 0 deletions content/Math/Formulas.md
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}}
$$
5 changes: 3 additions & 2 deletions content/Math/Math Index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
publish: true
dg-pinned: false
---

These are going to be all of my notes on math, ones that work specifically for me but may work for you
Expand All @@ -10,8 +9,10 @@ These are going to be all of my notes on math, ones that work specifically for m
- Great site to graph and export graphs to SVG. A little wonky if you want a specific size, but it works!
- [Desmos](https://www.desmos.com/calculator)
- The best site for graphing if you JUST want a line, no points or anything. You can export in png or SVG in a constant size (unlike GeoGebra)
- [Manim](https://www.manim.community/)
- Python library for animating math. Used by the likes of [3blue1brown](https://youtube.com/@3blue1brown?si=EvEK9JgeDwFAPkSk)

## Notes
## Paths
- [[Shortcuts|Shortcuts]]
- [[Absolute Values in Algebra|Absolute Values in Algebra]]
- [[Completing The Square|Completing The Square]]
Expand Down
2 changes: 0 additions & 2 deletions content/index.md
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
---

Expand Down
11 changes: 11 additions & 0 deletions content/❀Code/Flutter & Dart.md
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)
8 changes: 8 additions & 0 deletions content/❀Code/Programming.md
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]]
5 changes: 5 additions & 0 deletions content/❀Code/Rust.md
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)
7 changes: 7 additions & 0 deletions content/❀Code/Svelte.md
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.
5 changes: 5 additions & 0 deletions content/❀Code/Typescript.md
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.

0 comments on commit e20a9cb

Please sign in to comment.