0
47
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 47 and 803 pageviews

Calculation of Permanent with new method (with complexity the same as the Ryser's formula)

Permanent of a matrix is quite similar to that of determinant, though determinant can be found in polynomial time, while permanent is #P-complete (meaning that if you solve it, you can count the number of solution of all NP problem.)

In this paper, I am going to describe a new method to calculate permanent based on a very simple principle: ...

...
26 Jan 10
0
47
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 47 and 2160 pageviews

Solving particle on a cone with friction proportional to velocity, using Lagrangian method

In this How-to, I would like to demostrate how to use Lagrangian formulation for system with non-conservative force. The problem that I am going to solve is a particle on a cone (or any landscape with height which depends on the distance from the origin). It will be subjected to resistance which is proportional to it's velocity.

I will first ...

...
20 Jan 10
4
53
Rating:
This post has a quality rating of 4, base on 1 rating
Impact:
This post has a impact factor of 53 and 3867 pageviews

Introduction to differential equation, and solving linear differential equations using operator method

In this tutorial, I will first introduce what differential equation is. Separable first order differential equation will be solved. Then the integrating factor will be taught to solve linear differential equation of the first degree. The auxiliary equation (or characteristic equation) will be introduced to solve homogeneous linear equations, and then operator method will be taught finally to solve non-homogeneous linear equations. ...

14 Jan 10