From 5905c9767d071532c90aaf703108eb6fe6d5971f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 10 Jun 2024 12:11:54 +0700 Subject: rebrand, mathjax, more markdown i think --- assets/images/a.svg | 288 ------------------------------------ assets/images/master.svg | 21 ++- index.html | 6 +- lessons/matematika/1-exponents/1.md | 24 ++- 4 files changed, 34 insertions(+), 305 deletions(-) delete mode 100644 assets/images/a.svg diff --git a/assets/images/a.svg b/assets/images/a.svg deleted file mode 100644 index d082934..0000000 --- a/assets/images/a.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OpenLearning - Centre - - diff --git a/assets/images/master.svg b/assets/images/master.svg index 14cf61f..9895e24 100644 --- a/assets/images/master.svg +++ b/assets/images/master.svg @@ -2,9 +2,9 @@ OpenLearningCentre + y="51.543983" + id="tspan25">learnsmp.id diff --git a/index.html b/index.html index ce9f6a8..347b259 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
@@ -57,7 +57,7 @@

A Warm Welcome

-

Welcome to OpenLearning Centre! This is a website meant for middle school students (mainly Al Azhar) to study and / or an extra reference for studying. Choose a subuject below to start reading.

+

Welcome to learnsmp.id! This is a website meant for middle school students (mainly Al Azhar) to study and / or an extra reference for studying. Choose a subuject below to start reading.

Contributing and Source Code

If you want to contribute to the project or want to view the source code, it's all available at GitHub!
@@ -132,7 +132,7 @@

-

Assets & Open Source Softwares

+

Open Source Libraries

  • https://fontawesome.com/ - for icons
  • https://katex.org/ - for math renderer
  • diff --git a/lessons/matematika/1-exponents/1.md b/lessons/matematika/1-exponents/1.md index 5dc2a6e..b8224b2 100644 --- a/lessons/matematika/1-exponents/1.md +++ b/lessons/matematika/1-exponents/1.md @@ -7,21 +7,41 @@ # Exponent Operations ## Multiplication +If an exponented number is multiplied by another exponented number, the exponents would be summed together (instead of being multiplied) + \\( a^x \times b^y = (a \times b)^{x + y} \\) * \\( 10^4 \times 2^2 = (10 \times 2)^{4 + 2} = 20^6 \\) ## Division +If an exponented number is multiplied by another exponented number, the exponents would be subtracted together (instead of being divided) + \\( a^x \div b^y = (a \div b)^{x - y} \\) * \\( 10^3 \div 2^4 = (10 \div 2)^{(4 - 2)} = 5^2 = 25 \\) ## Exponent +If an exponented number is exponented, multiply the exponents together. + +\\( (a^x)^y = a^{x \times y} \\) +* \\( (2^2)^3 = 2^{2 \times 3} = 2^6 = 64 \\) + +# Special Exponents +Some exponents feel better than the other, and Mathemathics agrees with them. ## Zero Exponent +If a number is raised to the power of **zero**, the result is **one**. + +\\( a^0 = 1 \\) +* \\( 5^0 = 1 \\) +* \\( 69.420^0 = 1 \\) ## Negative Exponent +If a number is raised to a negative power, also called as an inverse, it would be equal to... + +\\( a^{-b} = \dfrac{1}{a^b} \\) + ## Fractional Exponent -## Examples +# Examples -# Exponential Equation +## Exponential Equation -- cgit v1.2.3