Tuesday, September 07, 2010   
  Search   
 
DC Project Central Logo
      

What is VTU@Home?

   
  
 About VTU@Home    

From the VTU@Home Website

The aim of the project is to count the quantity of prime numbers in a large interval. The worst algorythm is used, as we need a lot of computing hours and many workunits. The client side application gets the beggining and the end numbers of the interval and divides every number from this interval by every number from 1 to it self. As we know there are better algorythms:

1. To divide the current number only by every number from 1 to sqrt(itself);
2. To divide the current number only by every known prime number from 1 to sqrt(itself); This one is the best known algorythm. In some modifications division operation can be changed into some set of sum operations.
We have some plans for future:

1. To use the platform to solve a wire bundle parametrical optimization problem
2. To use the platform to solve medicine research problems
3. To use the platform to solve any interesting suggested problem.

   
  
 Project Links and Stats    
   
 Print   
 Sponsor Links    
   
  
DotNetNuke® is copyright 2002-2010 by DotNetNuke Corporation