answersLogoWhite

0

In the context of maths, the first thing it tells me that when trying to multiply two matrices together the number of columns (c) in the first matrix must match the number of rows (r) in the second. It could also possibly be a reference to the Cauchy-Riemann (c r) hypothesis.

In the context of electronics, it tells me a Capacitor (c) and Resistor (r) have been connected together.

For any other meaning, you'll have to provide a context.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What does c r t mean?

choose the right


What does 7 c in the r mean?

7 colors in the rainbow


What does C H R mean?

These 3 letters are in the alphabet.


What does R A C E mean?

it means to reatel 899lkujyhtgrfedwwwwwwwwwwwwwwww


What does these letters c e i r r all put together mean?

crier, ricer


What is p equals r-c for c?

p = r - c r - c = p r - c - r = p - r -(-c) = -(p) c = -p


What does the letters r c z mean inside a ring?

What rcz mean inside ring


What does E y a t o e u u c r mean when unscrambled?

You r Cute


A ditloid puzzle what does 100 r you a c mean?

100 Runs in a Century


What does 9 r of F C mean?

9 Reindeer of Father Christmas


Write a c program of matrix addition to handle two dimensional array?

#include<stdio.h> #include<conio.h> void main() { int a[3][3],b[3][3],c[3][3],r,c; for(r=0;r<=3;r++) { for(c=0;c<3;c++) { printf("\n enter the value="); scanf("%d%d",&a[r][c],&b[r][c]); } } printf("\n first matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) { printf("%d\t",a[r][c]); } printf("\n"); } printf("\n scond matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) {printf("%d\t",b[r][c]); } printf("\n"); } printf("\n sum of given matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) { c[r][c]=a[r][c]+b[r][c]; printf("%d\t",c[r][c]); } printf("\n"); } getch(); }


What is the formula for the circumstance of a circle where r represents the radius of a circle and c represents the circumstance of a circle.?

A circle does not have a circumstance. Assuming that you mean circumfernece, the answer is c = 2*pi*r