Lec no 1 What is LaTex in urdu? |how to type on LaTex| LaTex kya ha?|#latex
Link 👇👇👇👇👇👇
• What is LaTex in urdu? |how to type on LaT...
Lec 02 : how to type any paragraph in latex| Latex class 2 | Latex lec 2 in urdu\hindi #latex #viralvideo Link 👇👇👇👇👇👇
• how to type any paragraph in latex| Latex ...
Lec 03 how to type math equation in latex | how to type in latex|#latex #latextutorial #mathematics Link 👇👇👇👇👇👇
• Lec 3 how to type math equation in latex |...
Lec 04 how to type trigonometric identities in latex | Latex learning |#latex |#latext #MathWallahShoaib Link 👇👇👇👇👇👇
• how to type trigonometric identities in la...
Lec 05 LaTeX code for logarithm base Math Equations How to write Log in LaTeX TexMaker Editor #latex Link 👇👇👇👇👇👇
• LaTeX code for logarithm base Math Equatio...
Lec 06 How to Write Matrices in Latex | Create Matrices Determinant in Latex | Matrix Styles #latex Link 👇👇👇👇👇👇
• How to Write Matrices in Latex | Create Ma...
Lec 07 What is LaTeX Packages| amsmath package | what is TikZ package|pgfplots Package#latex #latextutorial Link 👇👇👇👇👇👇
• what is LaTeX Packages| amsmath package | ...
Lec 8 How to make a line,Triangle,Right Triangle and circle in Latex in urdu\hindi #latextutorial Link 👇👇👇👇👇👇
• Lec 8 How to make a line,Triangle,Right Tr...
Lec 9 What is the difference between Latex and MS word | why we learn latex | latex vs MS word Link 👇👇👇👇👇👇
• Lec 9 What is the difference between Latex...
Lec 10 how to do spacing in latex || horizontal and vertical spacing in latex || Link 👇👇👇👇👇👇 👇👇👇👇👇👇
• lec 10 how to do spacing in latex || horiz...
Lec 11 How to Make Titile , Section ,Subsection and Table of Contents in Latex #latextutorial #mathematics Link 👇👇👇👇👇👇
• Lec 11 How to Make Titile , Section ,Subse...
Stay calm and keep learning. Subscribe to the channel for such more interesting videos.
Latex code for logarithm. In this video, you will learn how to write latex code to generate beautiful logarithmic expressions and equations. I have written almost all code which you might need during writing a document. Suppose you want to write latex logarithm base 2 or logarithm with fraction or logarithm with radical sign like nth power in latex.
The latex code for logarithm used in this video has been given below, you can use these code in your project to get practice:-
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,amsfonts,amssymb}
\title{\textbf{LaTeX code for logarithm}}
\author{\textbf{Math Wallah -ShoaibSadiq6563}}
\date{}
\begin{document}
\maketitle
\Huge \section*{Logarithm Expressions and Equations}
\begin{enumerate}
\item $$\log {x}$$
\item $$\log {y}$$
\item $$\log {z}$$
\item $$\log {x^{2}}$$
\item $$\log {x^{2}y^{2}}$$
\item $$\log_{2} {x^{2}}$$
\item $$\log {\frac{2}{3}}$$
\item $$\log {\frac{1}{128}}$$
\item $$\log_{3} 81 =L$$
\item $$\log_{a} n =2$$
\item $$\log_{64} 8 =\frac{x}{2}$$
\end{enumerate}
\section*{Laws of Logarithm}
\begin{enumerate}
\item $$\log_{a}(mn)=\log_{a}m+\log_{a}n$$
\item $$\log_{a}\left(\frac{m}{n}\right)=\log_{a}m-\log_{a}n$$
\item $$\log_{a}m^{n}=n\log_{a}m$$
\item $$\log_{a}=\log_{b}n \times \log_{a}b$$
\end{enumerate}
\section*{Some Complex Logarithm Expressions}
\begin{enumerate}
\item $\log \left(A\times B\right)$
\item $\log \frac{21\times 5}{8}$
\item $\log \frac{(22)^\frac{1}{3}}{5^3}$
\item $\log \sqrt[3]{\frac{7}{15}}$
\item $\log p =\log 90 +\log(5)^{\frac{-q}{10}}$
\item $\log y=\log\left(\frac{xy}{\sqrt[2]{x^2}}\right)$
\end{enumerate}
\end{document}\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,amsfonts,amssymb}
\title{\textbf{LaTeX code for logarithm}}
\author{\textbf{Math Wallah -ShoaibSadiq6563}}
\date{}
\begin{document}
\maketitle
\Huge \section*{Logarithm Expressions and Equations}
\begin{enumerate}
\item $$\log {x}$$
\item $$\log {y}$$
\item $$\log {z}$$
\item $$\log {x^{2}}$$
\item $$\log {x^{2}y^{2}}$$
\item $$\log_{2} {x^{2}}$$
\item $$\log {\frac{2}{3}}$$
\item $$\log {\frac{1}{128}}$$
\item $$\log_{3} 81 =L$$
\item $$\log_{a} n =2$$
\item $$\log_{64} 8 =\frac{x}{2}$$
\end{enumerate}
\section*{Laws of Logarithm}
\begin{enumerate}
\item $$\log_{a}(mn)=\log_{a}m+\log_{a}n$$
\item $$\log_{a}\left(\frac{m}{n}\right)=\log_{a}m-\log_{a}n$$
\item $$\log_{a}m^{n}=n\log_{a}m$$
\item $$\log_{a}=\log_{b}n \times \log_{a}b$$
\end{enumerate}
\section*{Some Complex Logarithm Expressions}
\begin{enumerate}
\item $\log \left(A\times B\right)$
\item $\log \frac{21\times 5}{8}$
\item $\log \frac{(22)^\frac{1}{3}}{5^3}$
\item $\log \sqrt[3]{\frac{7}{15}}$
\item $\log p =\log 90 +\log(5)^{\frac{-q}{10}}$
\item $\log y=\log\left(\frac{xy}{\sqrt[2]{x^2}}\right)$
\end{enumerate}
\end{document}