Abhyas Kanaujia

@abhyas

Joined on Jul 23, 2020

  • Follow the tutorial on creating a smart contract in my GitHub to set up a backend. Initial Setup Add a HelloWorld.sol in contracts. Change the output directory for contracts Add the line: contracts_build_directory: "./client/src/contracts", in truffle_config.js Open the console $ truffle console --network goerli (or wherever the contract is to be deployed)
     Like  Bookmark
  • [TOC] All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Method of Limits Direct Substitution Put value of x if no indefinite from occurs. $\lim_{x \to 2} \frac{x+2}{x^2+4}=\frac{2+2}{2^2+4}=\frac{1}{2}$
     Like  Bookmark
  • Please see README if this is the first time you are here. Topics Memory Ad ons Sets Inequality Logarithm Matrix Sequence & Series
     Like  Bookmark
  • [TOC] All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Basic Shapes Circle Area = $\pi r^2$ Circumference = $\pi d=2\pi r$
     Like  Bookmark
  • [TOC] All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Basic Geometry notes here From Pythgorous Theorem $H^2=B^2+P^2$
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Definition Well defined collection of Distinct Elements Forms Roaster Form Elements are listed in a comma sperated list bounded within curly braces
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Prerequisite Learn Factorials from permutation and combination chapter. Learn $^nC_r$ formula and its properties for combination $^nC_r=\frac{n!}{(n-r)!\times r!}r$
     Like  Bookmark
  • [TOC] All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Fundamental Principle of Counting Addition Principle When things are chosen such that 1 way or 2 ways or 3 ways etc then add 1+2+3+...
     Like  Bookmark
  • [TOC] All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Formula List Arithmatic Progression
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Relation Let $A$ and $B$ be two sets then Relations $R$ from $A$ to $B$ is a subset of $A \times B$ i.e. $R \subseteq A \times B$ Also, If $a \in A$ and $b \in B$ then, $R = {(a, b) : a \in A$ and $b \in b }$
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Definition A definite number associated to a square matrix Notiation For matrix $A = \begin{bmatrix}a_{ij}\end{bmatrix}$ determinant is $\Delta=D=det(A) = \begin{vmatrix}a_{ij}\end{vmatrix}$
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Definition Logarithm of any number $N$ to the base $a$ is the power to which the base $a$ must be raised to obtain $N$ $\log_aN=x \Leftrightarrow a^x=N\ a > 0, a \ne 1, N > 0$
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Definition Algebraic statements involving variables and sign of inequality is called inequaltion or inequality. (The solution of an inequality is in the form of an interval. This notes will not cover intervals.) Importance
     Like  Bookmark
  • All Mathematics Formula by Abhyas here Please see README if this is the first time you are here. Matrix Rectangular arrangement of $m \times n$ numbers having $m$ rows and $n$ columns. Matrix is denoted by: $\begin{bmatrix}\end{bmatrix}$ or $\begin{pmatrix}\end{pmatrix}$ or $\begin{Vmatrix}\end{Vmatrix}$ General Form $A=\begin{bmatrix} a_{ij} \end{bmatrix}_{m \times n}$
     Like  Bookmark