How To Make An Iron Man Suite At Home

How To Make An Iron Man Suite At Home

Not gonna lie I am a huge fan of DC Comics especially Iron Man, not because of his powers but because of his kick-ass suite with a perfect combination of red and yellow metal besides that the glowing bluish lights in the eyes, power full repulsors throwing energy beams from his hands and the power of flight from his jets attached to the bottom of the feet are all so eye catching and make us dream that "I wish I was in that iron man suite". That would be really cool if you were in that suite and fighting with evil your strength.

Although technology is not as advanced as shown in the iron man comics at least yet. I mean there in no kind of nuclear reactor that look like a small cylindrical disc, in fact they are really huge and needs proper regulatory and radiation protection systems. Any ways if you are planning to go to comic con or a Halloween party and want to make a dummy suite to impress your friends then there is a good step by step do it yourself guide to making an iron man costume. Don't worry we are not gonna fit any radioactive source or guns or jets and all that of tech crap. We will simply be using regular stuff that we use in our daily life and even garbage that has no place in your House and you can make a stunning and shinny looking costume for yourself.

The complete guide to make a dummy iron man costume at home is rather a long story. Basically you will be using some plastics nut bolts and a some light bulbs and some toy guns. The complete guide to making an iron man suite is given in the eBook link below

   Home Made Iron Man Suite Guide

The Guide is really awesome and easy to follow. The special thing about this guide is that the suite is built from scratch using inexpensive material and even scrap which most of the other guides don't. So that you can make an iron man suite in no time inexpensively. So go on and make your dream come true, wear that suite and go to streets to save people or to show off.
How To SEO Your Blogger Blog Post Title

How To SEO Your Blogger Blog Post Title

          SEO stands for search engine optimization. If you want your site or blog to rank higher in the google search results you must perform SEO on your blog. Performing SEO means changing your contents and layout such that google likes it and prefers it in the search results.SEO optimization of your has many aspects which we will be discussing specifically for blogspot blogs.

The title of your blog is the main representation sentence of your page. Google pays strong attention to this. A good and relevant page title can boost your rankings and obviously click through rate. In blogger by default the page title is usually truncated and displayed after the blog name, which is not good to SEO optimize that we must do something such that the blog or page title is not truncated and is shown at the start before the blog name and make sure to include keywords in it.


How to SEO optimize blogger post title


To SEO optimize the the blogger post title follow the following steps:
  1. Go to the main blogger page, go to your blog and click on the "templates" button in the column on the left side.
  2. When you will click on the "templates" button another window will appear, there will be another button "Edit HTML" click on that too.
  3. In the Edit HTML window the entire ode for your blog will be shown.
  4. Press CTRL+F , to fetch the search box, enter the following expression into the search box
  5. <title><data:blog.pageTitle/></title>
  6. Press search, the search widget will find it in the code and will highlight it, again find the following piece of code written beneath the highlighted text.
  7. <b:else/>
          <meta content='width=1100' name='viewport'/>
        </b:if>
        <b:include data='blog' name='all-head-content'/>
        <title><data:blog.pageTitle/></title>
  8. Replace the above ode with the following code 
  9. <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title> </b:if>
  10. And now the your post title is optimized it will be equal to the post title and will not be truncated.

How to do antilog

How to do antilog



LOG is a mathematical tool usually it is known as a compression operator, because it compresses the number. It is mostly used for the numbers that are too large or too small to handle (e.g. in Astronomy or in integrated circuits). But once the log operator is applied and the number is compressed, to convert it back to the original number we need to apply an inverse operator which is known as antilog.
The log-antilog operators are also used for mathematical computation, because it naturally makes some of the demanding mathematical computations like division much simpler computationally.
The mathematical log operator has a parameter known as base which is used by the operator for its operation. For numerical computations the base is always taken as 10. In this tutorial we will see step by step method of how to calculate the antilog (base 10) of a given number.

Method 1:


Step 1:  Take the number under observation: For example let’s take the number 2.6452, whose antilog is to be found.
Step 2:  Separate the characteristic and mantissa: The characteristic of the number is the part before the decimal point (.) which for the given example is 2.On the other hand the mantissa is the part of the number after the decimal point which is 6452.
Note: The number is divided into characteristic and mantissa just because the antilog tables are arranged with respect to both of these parameters.
Step 3:  Pick up values from antilog table. For calculating antilog you will need an antilog table which is easily available and is often given at the end of mathematics books. Open the antilog table and look for the row number consisting of first two digits of mantissa 6452 i.e. row number .64 and look under the column with column number equal to the third digit of the mantissa i.e.  5. From the antilog table we can see that the number in row .64 and under column 5 is 4416.
Note: The decimal point is added before the row number .64 which is composed of the first two digits of mantissa 6452.
Step 4:  Pick up the value from the mean difference columns.  There is also another set of columns in the antilog table called the mean difference columns. We will also be needing values from these columns. To pick up the value from these columns we will look in same row as before i.e.  .64 but this time column number will be equal to the fourth digit of mantissa i.e. 2. So from the table we can see that the value in the row .64 and under column 2 is actually 2.
Step 5:  Add the values obtained in previous two steps (step:3 and step:4) i.e. 4416+2 = 4418.
Step 6:  Add the decimal point: After performing the last step now we need to put the decimal point at appropriate place in the value obtained in the last step. The decimal point is always put after the (characteristic+1) number of digits. As the characteristic is 2 (found in step 2), so decimal point will be put after  2+1 = 3 number of digits in 4418(obtained in last step). So the antilog of 2.6452 will be 441.8

Method 2:


Step 1:  Take the number under observation: For example let’s take the number 2.6452 one more time, whose antilog is to be found.
Step 2:  Calculate the 10^x : By definition the antilog of a given number x ,is the base^x. Where base is 10 and x is 2.6452. If the mantissa of the number is 0 then we will have just the characteristic which is a whole number let’s say a. So the antilog will be 10^a which is also equal to multiplying 10 by 10 a times. But if the mantissa is not 0 as in our case 2.6452 we must use computer or a calculator to compute 10^x.
Since in our example x=2.6452, so the antilog will be simply 10^2.6452 = 441.7 (by calculator).

Tips:

·         Log and anti-log are extensively used in scientific computations.
·         They also aid in solving numerical computations.
·         Most mathematical operations like multiplication or division are simple to handle in log, because in log the division is changed to difference and multiplication is changed to addition. A very useful property of log numbers.
·         Method to is rather simple in nature then method 1 but it often needs the assistance of a calculator or any other computational device.
·         The characteristic and mantissa are just the names of the part before the decimal point and the part after the decimal point respectively. They have no special significance.
How To Solve Quadratic Equation

How To Solve Quadratic Equation

Quadratic Equations are very important in mathematics and physics. In practice we often model physical systems into mathematical models which results in different types of equations including quadratic equation. Solving the quadratic equation means finding the roots of it. A general quadratic equation can be written as

ax^2 + bx + c = 0


In which a,b and c are constants and x is an unknown called a variable whose value has to be found. Those values of x that satisfy above equation when substituted with x are called roots of the equation.
For a quadratic equation there are always two roots because the maximum power of x in the equation is 2.

Note: By satisfying the equation means that the left hand side should be equal to the right hand side.

The roots of quadratic equation can be classified in three types namely

Real and Distinct
  The real means that the root is a constant integer or fraction while the distinct means that both of the roots are different. For example 2 and 3

Imaginary and Distinct
  These type of roots are distinct but are complex numbers i.e. a+bi form. for example  2+3i and 0+2i

Repeated Roots


Some times it also happens that upon solving, both of the roots are same they can be either be real or complex. These roots are called repeated roots or roots of multiplicity 2. foe example 1 and 1.


Quadratic formula to solve the quadratic equation:


To solve the quadratic equation we can use a really simple formula which is given below:

For the first root solve using

x = -b + (b^2 - 4ac)/2a


For the second root solve using

x = -b - (b^2 - 4ac)/2a


Where a,b and c are the constants from the quadratic equation given above.


 
Copyright © 2015. howays
Blogger Templates