Jump to content

User:Techit/Knowledge dump: Difference between revisions

From Internal Dandelion and stuff Wiki
m added biology
Line 66: Line 66:
==== Scientific notation ====
==== Scientific notation ====
This is nothing much, just some number shorteners.
This is nothing much, just some number shorteners.
===== Conversion =====
This is very important, you need to know. Say you want to convert <math>3.56 * 10^{15}\ ng</math> (nano gram) to <math>kg</math> (kilo gram); what you need to do is you convert to the <math>ng</math> to <math>g</math> first. Take a look at the SI prefixes table below, multiply <math>3.56*10^{15}</math> with the exponent of that converting prefix; "nano" here.  <math>3.56*10^{15}*10^{-9}</math>, boom you got <math>3.56*10^{6}\ g</math>. Next convert <math>g</math> to <math>kg</math> by dividing <math>3.56*10^{6}\ g</math> by <math>10^{3}</math> (kilo), you got <math>\frac{3.56*10^{6}}{10^{3}}</math>. Then you must invert the <math>10^{3}</math> to <math>10^{-3}</math> and from dividing to multiplying so you got <math>3.56*10^{6} * 10^{-3}</math>, and the final answer will be <math>3.56*10^{3}\ kg</math>.


===== Metric prefix =====
===== Metric prefix =====

Revision as of 19:42, 26 June 2025

Hello, welcome to Techit's knowledge dump page. Here I will dump as many knowledge as possible for collection in the future use.

Mathematics

Mathematics is the study field I hated the most, even though I chose to study in Sci-Math program. Anyways just let's get into the point.

Imagine a data array, it's a set. Set is a collection of different stuff. For example A = A={1,2,3,4,5,6,7,8,9} or Slave={Diskette,GameCreator}.

Elements / Members

A stuff in a data set is called "element" or "member", so to write a set notation we use (in). So let's see some examples below.

  1. A={x|x𝕀+,5<x12}
  2. B={x|x,5x23}

To translate set notation to normal human-being data set we look at then use our brain to analyze, after that A should be {x which x in I+ (positive integer), x greater than -5 but less or equals to 12}, which in conclusion to be A={1,2,3,4,5,6,7,8,9,10,11,12}.

Additional info: you might see these stupid blackboard letters e.g. ,,𝕀,, these can be denotes to...

Venn diagram

Venn diagram is a way to draw set, usually to visualize set operations (usually union, intersection and complement) however it's a pain in ass to draw so I will not talk much about this thing. But for now let's get to know "universe" (𝕌; can be written as U, U, 𝓤, U or whatever the hell you would like) or data range or whatever the heck it's called but in Thai it's called เอกภพสัมพัทธ์.

Subset

Subset is what I hated the most in this topic so let's get fast. So you have A={1,2,3} the A's subset would be {},{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}, if you don't see the pattern, this is the pattern {},,A where is combination of every member from 1 member {1} to 2 {1,2} to 3 {1,2,3} members to n members. The total subset amount will be n(A)*2. In this example n(A) is 3 so we will have a total subset of 6.

Here's what you might need to know more about subset;

  1. {} is called "empty set" or "null" in computer nerd language
  2. Ø can be used to represent empty set too
  3. ABx(xAxB) - A is a subset of B if every element of A is also an element of B
  4. AB(AB,AB) - A is a proper subset only if A is subset of B and A is not equals to B

Power set

Power set is related to subset; it's just a set of all subset in that set. Let's bring A={1,2,3} guess what is P(A)? Yes. P(A)={Ø,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}}

Basic set operations

The intersection of two sets A⁠⁠ and B ⁠⁠ is a set denoted ⁠⁠AB whose elements are those elements that belong to both A⁠⁠ and ⁠⁠B. That is,AB={x|xAxB}, where denotes logical and.

The union of two sets A⁠⁠ and B is a set of elements which are in A, in B, or in the both A and B.

Imagine A={1,3,5,7,9,10} and B={2,4,5,6,8,10} then AB={1,2,3,4,5,6,7,8,9,10}

The complement of A is to everything but A.

Imagine 𝕌={1,2,,9} and A={1,3,5,7} and B={2,4,5,6} then A={2,4,6,8,9}.

Physics

This field of study happen to be exist because an apple fell onto Isaac's head.

Scientific notation

This is nothing much, just some number shorteners.

Conversion

This is very important, you need to know. Say you want to convert 3.56*1015 ng (nano gram) to kg (kilo gram); what you need to do is you convert to the ng to g first. Take a look at the SI prefixes table below, multiply 3.56*1015 with the exponent of that converting prefix; "nano" here. 3.56*1015*109, boom you got 3.56*106 g. Next convert g to kg by dividing 3.56*106 g by 103 (kilo), you got 3.56*106103. Then you must invert the 103 to 103 and from dividing to multiplying so you got 3.56*106*103, and the final answer will be 3.56*103 kg.

Metric prefix

We use this to write instead of long numbers e.g. 1,000,000 bytes=1*106 bytes = 1 mega bytes. We use International System of Units

SI prefixes
Prefix Initial Decimal Exponent Form
Exa E 1,000,000,000,000,000,000 1018
Peta P 1,000,000,000,000,000 1015
Tera T 1,000,000,000,000 1012
Giga G 1,000,000,000 109
Mega M 1,000,000 106
Kilo k 1,000 103
Hecto h 100 102
Deca da 10 101
- - 1 100
Deci d 0.1 101
Centi c 0.01 102
Milli m 0.001 103
Micro μ 0.0000001 106
Nano n 0.000000001 109
Pico p 0.00000000001 1012
Femto f 0.0000000000001 1015
Atto a 0.00000000000001 1018

Biology

I do not understand much on this field of study, but I'll try to dump it as much as possible...

Atoms, molecules and compounds

I have no idea.