28 lines
911 B
HTML
28 lines
911 B
HTML
<!-- saved from url=(0014)about:internet -->
|
|
<html>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
|
<head>
|
|
<title>Scientific Calculator: Multiplicative inverse</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Scientific Calculator: Multiplicative inverse</h1>
|
|
<div class="section">
|
|
<h2>Multiplicative inverse</h2>
|
|
|
|
<p>In mathematics, the <strong>multiplicative inverse</strong> of a number <em>n</em> is a number which, when multiplied by <em>n</em>, yields the multiplicative identity <em>1</em>.</p>
|
|
|
|
<p>The multiplicative inverse of a number <em>n</em> is denoted by:</p>
|
|
|
|
<img class="maths" src="img/calc-inverse-eq0.gif" /> <br />
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
Software created by Chibici Tiberiu.
|
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
|
</div>
|
|
</body>
|
|
</html> |