Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Value of $i^\sqrt3$
Hint: by definition,
$b^c = \exp(c \log b)$
. Use all values of
$\log b$
.
Tags:
Exponentiation
Complex Numbers
Complex Analysis
Related
Infection spread on a torus chessboard
Evaluating $\lim_{x\to\infty}(\sqrt{x^2+1} - x)(x+1) $
$\arccos(1/2)$ products
Evaluating $\int_{0}^{\pi} \frac{1}{\sqrt{u^2+2u\cos x +1}} \mathrm{d}x$
Prove that limit doesn't exists at all
A simple graph must have at least one pair of vertices whose degrees are equal.
Multiplying a ring(or an ideal) by an element.
Is it legitimate to quantify a variable twice?
Motivation for vector spaces
What does "well defined" mean?
$\lim_{ x \to 0 } \frac{e-(1+\arctan x)^{\frac{1}{x}}}{x}$
Solve $e^{2z} - 2e^z + 2= 0$
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python