Skip to main content

Innovations

In this page I've post what ever I've done projects and Innovation

My Innovations

1.  Click Here to view my first Innovation formula about --> " Generalized Starting number for odd/even numbered Magic Square Boxes "


2.  Advanced Generalized Starting number formula for odd/even numbered Magic Square Boxes and It's Algorithm

3. Algorithm and Formula for "Row and Column addition value for Unique values (other name 2 Dimensional Arithmetic Progression)""

4. Algorithms and Formula for "Two Dimensional Geometric Progression [(G.P) Symbol G.P (2D)]" 


5. Formulas for Magic Square Box Multiplication

6. Formula's for : "3 Dimensional A.P and G.P"


7. Algorithms and Formula for N-Dimensional or Multi-Dimensional A.P and G.P 

8. Algorithms and Formula for "Magic wheels (for Addition) "

9. Formula and Algorithm for "Magic Five or Pen-ta Star (for Addition)"

10. Formula and Algorithm for "Magic Six or Hex-a Star (for Addition)"


11. Generalized Starting Number formula for: " 3 Dimensional Magic CUBE for odd/even typed patterns" by my Tamil Language

12.Generalized Starting Number Formula for: "Odd/ Even type Multidimensional Hyper Magic Cubes" in Tamil Language

13. Finding or Searching Number formula in: " N (or) Multidimensional in A.P series " included 2 and 3 dimensional formula (Tamil and English Version)

14. Finding or Searching Number formula in: " N (or) Multidimensional in G.P series " included 2 and 3 dimensional formula (Tamil and English Version)


15. Finding How many same values in the Nth order Power of Number's Series

16. Four Sequential or series Squared Numbers Formula's in two cases

17. Generalized Formula For Consecutive Square Number’s Arithmetic Progression in Hyper Dimension or Multi Dimension Both Tamil and English version ] [பல பரிà®®ாணத்தில் à®…à®®ைந்துள்ள இரண்டாà®®் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர் காணுà®®் பொதுவான சூத்திà®°à®®்] 
https://kumaran198726.blogspot.com/2014/10/generalized-formula-for-consecutive.html?m=1

Comments

Post a Comment

Share this to your friends

Popular posts from this blog

Java Swing MySql JDBC: insert data into database

Program import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.sql.*; public class insertswing implements ActionListener {   JFrame fr;JPanel po;   JLabel l1,l2,main;   JTextField tf1,tf2;   GridBagConstraints gbc;   GridBagLayout go;   JButton ok,exit; public insertswing(){ fr=new JFrame("New User Data "); Font f=new Font("Verdana",Font.BOLD,24); po=new JPanel(); fr.getContentPane().add(po); fr.setVisible(true); fr.setSize(1024,768); fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); po.setBackground(Color.WHITE); go=new GridBagLayout(); gbc=new GridBagConstraints(); po.setLayout(go); main=new JLabel("Enter User Details "); main.setFont(f); l1=new JLabel("Name  :");tf1=new JTextField(20); l2=new JLabel("User Name  :");tf2=new JTextField(20); ok=new JButton("Accept"); exit=new JButton("Exit"); gbc.anchor=GridBagConstraints.NORTH;gbc.gridx=5;gbc.gridy=0; go.s...

JSP and Servlet Form Submission without page refresh show results on the same page using Jquery AJAX

Code Snippet HTML Form  <form id='ajaxform' name='ajaxform' action='ajaxformexample' method='post'>  First Name: <input type='text' id='firstname' name='firstname' size='30' required/><br/>  Last Name: <input type='text' id='lastname' name='lastname' size='30'required/><br/>  Email:  <input type='email' id='emailid' name='emailid' size='30'required/><br/>  Password:  <input type='password' id='pwd' name='pwd' size='30'required/><br/>  <input type='Submit'/>   <div id='content'> </div> </form> the above HTML Form uses post method and url servlet redirect to " ajaxformexample " Javascript Code  var form = $('#ajaxform'); // id of form tag  form.submit(function () {  $.ajax({  ...

Guidewire Related Interview Question and answers part 1

common Guidewire questions and answers 20 Guidewire BC Q&A Top 100 Guidewire Interview FAQ Guidewire Claimcenter 20 Interview Questions Guidewire Rating concepts