answersLogoWhite

0

C programme for symmetric and skew symmetric matrices?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

#include<iostream.h>

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C programme for symmetric and skew symmetric matrices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the definition of symmetric in the Properties of congruence?

When in a triangle, for angle A, B, C; As the symmetric property of congruence , when &ang;A &#8780; &ang;B then &ang;B &#8780; &ang;A and when &ang;A &#8780; &ang;C then &ang;C &#8780; &ang;A and when &ang;C &#8780; &ang;B then &ang;B &#8780; &ang;C This is the definition of symmetric property of congruence.


What is the Symmetric property in math?

A+b+c=c+b+a


How do you use this function in c programme?

I don't use that function in C programme.


Is carbon tetrabromide symmetric?

Yes, it is symmetric. The C is at the center, surrounded by 4 Br atoms at equal angles.


What is algorithm to multiply two matrices?

a,b,c,d,


How do you write a program in c plus plus to check if an array is symmetric?

To determine if an array is symmetric, the array must be square. If so, check each element against its transpose. If all elements are equal, the array is symmetric.For a two-dimensional array (a matrix) of order n, the following code will determine if it is symmetric or not:templatebool symmetric(const std::array& matrix){for (size_t r=0 ; r


Write a C program to find sum of 3 matrices?

matrix


Program to display multiplication of two matrix?

The matrix multiplication in c language : c program is used to multiply matrices with two dimensional array. This program multiplies two matrices which will be entered by the user.


For each part give a relation that satisfies the condition a Reflexive and symmetric but not transitive b Reflexive and transitive but not symmetric c Symmetric and transitive but not reflexive?

No. Do your own homework. http://docs.google.com/gview?a=v&amp;q=cache:ZZmsH0jKHH8J:www.cs.utk.edu/~horton/hw1.pdf+For+each+part+give+a+relation+that+satisfies+the+condition+a+Reflexive+and+symmetric+but+not+transitive+b+Reflexive+and+transitive+but+not+symmetric+c+Symmetric+and+transitive+but+not+reflexive%3F&amp;hl=en&amp;gl=us&amp;sig=AFQjCNHGyc1EDhfqj_mu-RV9yTYZZfXl6A


Is there any benefit in a C plus plus program to add two matrices?

No.


What are programming language that produced c?

C is a programming language. Example of C or C++ Programing would be the following: add matrices, get ip address, and read files.


Make programme for multification of three no in c plus plus?

result = a * b * c;