"Use tensorflow solve equation (iteration method)"

Introduce

Tensorflow is a machine learn framework opensource by Google. Tensorflow is very flexible, we use it to process interation to solve an equation here.

Tensorflow basic

introduct basic concepts of tensorflow. Tensorflow have these basic elements.

tensor

A type to contain data, scalar, vector, matrix ... n-dimension array

operation

A ...

more ...