List of Integrals

18 January 2011

List of Integrals Integration is reversal process of differentiation.  The meaning of integration is by means of area between the curve and x-axis. Here it is following list of integrals. where k is constant and c is constant of integration. $\int {\sec x\tan xdx}  = \sec x + c$

Build Solid Math Skills For Childs

16 January 2011

A solid math foundation is vital for children to succeed. Without solid math skills, children will probably have a lot of trouble in school and afterwards. Students with weak basic math skills find the subject increasingly confusing and difficult (and get poor grades). You might notice that your child starts to develop math anxiety. When [...]

CBSE Sample Question Paper 2011 Part -C Mathematics (With Solutions)

07 January 2011

CBSE Sample Question Paper with Answers Mathematics Part – C Class X – 2010-2011 Question 1. Show that any positive odd integer is of the form 4q+1 or 4q+3 where q is positive integer. Answer let a be a positive odd integer By Euclid’s division algorithm where q, r are positive and or or or [...]

Some Standard Differential Formulae

03 January 2011

Some Standard Differentials

program to find solution of homogeneous system of equation using power method in C++

28 December 2010

program to find solution of homogeneous system of equation using power method #include<stdio.h> #include<math.h> #define MAX 20 void main() { float a[MAX][MAX],x[MAX],s[MAX],epsilon; float error,big_error,temp,lamda; int i,j,k,n; printf(“enter no of equations”); scanf(“%d”,&n); printf(“\n  enter cofficients equation wise \n”); for(i=1;i<=n;i++) { for(j=1;j<=n;j++) { scanf(“%f”, &a[i][j]); } } printf(“\n  enter required precision  “); scanf(“%f “,&epsilon) ; for(i=1;i<=n;i++) { [...]

Important Mathematical Trigonometrical Formulae

27 December 2010

Trigonometric Ratios and identities ] Addition and Subtraction Formulae Formulae Involving Double Angle ] Sum or Difference Formulae ] ] ] ] If and , then ] ] ] ] Formulae Involving Triple Angle ] ] ] \[\cot A.\cot B\]

CBSE Sample Question Paper 2011 Part -B Mathematics (With Solutions)

26 December 2010

CBSE Sample Question Paper with Answers Mathematics Part – B Class X – 2010-2011 Question 1. Is 7x5x3x2+3 a composite number? Justify you answer. Answer =          3K, Where k is prime number. Therefore this number is product of prime no. 2.  Can (x-2) be the remainder on division of polynomial P(x) by (2x+3)? justify your [...]

Program to find all roots of polynomial using Quotient Difference method in C++

26 December 2010

The algorithm of constructing and interpreting a quotient-difference table which allows interconversion of continued fractions, power series, and rational functions approximations.

CBSE Sample Paper 2011 and its Solution for Class X

25 December 2010

CBSE Sample Question Paper And Answer Mathematics First Term (SA-I) Class X – 2010-2011 Section – A 1.  Euclid’s Division Lemma States that for any tow positive integers a and b, there exist unique integers q and r such that a=bq+r, where r must satisfy. (A) 1 (B) 0 (C) 0<=r<=b (D) 0 Answer: C [...]

Program to find the inverse of square matrix in place with pivoting in C++

24 December 2010

//program to find the inverse of square matrix in place with pivoting// #include<stdio.h> #include<math.h> #define max 20 void main() float a[max][max],max,temp; int inter[max][3]; int i,j,k,m,n,p,q,r,s; printf(“enter size of the matrix:”); scanf(“%d”,&n); printf(“\nEnter elements of matrix row-wise\n\n”); for(i=1;i<=n;i++) { for(j=1;j<=n;j++) { scanf(“%f”,&a[i][j]); } } for(k=1;k<=n;k++) { max=fabs(a[k][k]); p=k; if(k!=n) { for(m=1;m<=n;m++) { if(fabs(a[m][k])>max) { max=fabs(a[m][k]); p=m; [...]

See more articles in the archive

Video Content

The Greatest Mathematcians Of All Time

Other Videos:

Algebra

Introduction to Algebra

Posted on 14 March 2012

Introduction to algebra - Video Variables A variable is a symbol that represents a number. Usually we use letters such as n, t, or x for variables. For example, we might say that s stands for the side-length of a square. We now treat s as if it were a number we could use. The perimeter of the square is given by 4 × s. The [...]

Share

C++ Programing

program to find solution of homogeneous system of equation using power method in C++

Posted on 28 December 2010

program to find solution of homogeneous system of equation using power method #include<stdio.h> #include<math.h> #define MAX 20 void main() { float a[MAX][MAX],x[MAX],s[MAX],epsilon; float error,big_error,temp,lamda; int i,j,k,n; printf(“enter no of equations”); scanf(“%d”,&n); printf(“\n  enter cofficients equation wise \n”); for(i=1;i<=n;i++) { for(j=1;j<=n;j++) { scanf(“%f”, &a[i][j]); } } printf(“\n  enter required precision  “); scanf(“%f “,&epsilon) ; for(i=1;i<=n;i++) { [...]

Share

CBSE Papers Solutions

CBSE Sample Question Paper 2011 Part -B Mathematics (With Solutions)

Posted on 26 December 2010

CBSE Sample Question Paper with Answers Mathematics Part – B Class X – 2010-2011 Question 1. Is 7x5x3x2+3 a composite number? Justify you answer. Answer =          3K, Where k is prime number. Therefore this number is product of prime no. 2.  Can (x-2) be the remainder on division of polynomial P(x) by (2x+3)? justify your [...]

Share

Formulae

Important Mathematical Trigonometrical Formulae

Posted on 27 December 2010

Trigonometric Ratios and identities ] Addition and Subtraction Formulae Formulae Involving Double Angle ] Sum or Difference Formulae ] ] ] ] If and , then ] ] ] ] Formulae Involving Triple Angle ] ] ] \[\cot A.\cot B\]

Share

Great Mathematician

The Greatest Mathematcians Of All Time

Posted on 24 December 2010

The Greatest Mathematcians Of All Time

Share

Paper Solutions

CBSE Sample Question Paper 2011 Part -C Mathematics (With Solutions)

Posted on 07 January 2011

CBSE Sample Question Paper with Answers Mathematics Part – C Class X – 2010-2011 Question 1. Show that any positive odd integer is of the form 4q+1 or 4q+3 where q is positive integer. Answer let a be a positive odd integer By Euclid’s division algorithm where q, r are positive and or or or [...]

Share

Calendar

May 2012
M T W T F S S
« Mar    
 123456
78910111213
14151617181920
21222324252627
28293031  

Site Links

Add url

Translate