answersLogoWhite

0

The S R of -1 is an I N?

Updated: 4/28/2022
User Avatar

Wiki User

āˆ™ 15y ago

Best Answer

the question is = The S R of -1 is an I N = so

the answer is:

the square root of -1 is an imaginary number

User Avatar

Wiki User

āˆ™ 15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The S R of -1 is an I N?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

What is the difference between multiplication and convolution?

multiplication is point to point and convolustion is point to multi-point ex multiplication-- s[n]=x[n].h[n] s[0]=[x[0].h[0] s[1]=[x[1].h[1] s[2]=[x[2].h[2] . . . .. s[n-1]=[x[n-1].h[n-1] convollustion s[n]=x[n]*h[n] s[0]=[x[0].h[0]+x[0].h[1]+x[0].h[2]+.......+x[0].h[n-1] s[1]=[x[1].h[0]+x[1].h[1]+x[1].h[2]+.......+x[1].h[n-1] s[2]=[x[2].h[2]+x[2].h[1]+x[2].h[2]+.......+x[2].h[n-1] . . . s[n-1]=[x[n-1].h[0]+x[n-1].h[1]+x[n-1].h[2]+.......+x[n-1].h[n-1].


Find the number of combinations of 10 things taken 6 at a time?

Try 151,600! Permutations & Combinations. P(n,r)=n!(nāˆ’r)! not P(n,r)=n!/(n!-r!)r! ?


What is the value of 8P4?

1680 to get this answer you need to get the factorial of 8 and the factorial of 4! like so 8! is n! 8*7*6*5*4*3*2*1=n!_40320 4! is r! 4*3*2*1=r!_24 now divide the two! n!/r!(n-r)!=1680 8!/4!(8-4)!=1680 8!/4!=1680


A sum of money doubles itself at compound interest compounded annually in 15 years-what is the rate of interest?

The formula is (1+r)^n -1. r= rate of return (ie 100%) n=number of compounding periods so (1+1)^15 -1= 32767 or 3276700%


Design a algorithm to check whether a given string is palindrome or not?

#include <stdio.h> #include <conio.h> #include <string.h> void input(char a[ ]) { int i; printf("\n enter string\n"); scanf("%s",a); } void output(char a[ ]) { printf("\n string is %s",a); } int palindrome(char a[ ]) { int n,i; n=count(a); n=n-1; i=0; for(;a[n]==a[i] && n>=i;i++,n--); if(n>=i) return 0; else return 1; } void main( ) { char a[80],b[80],s; int n; printf("\n check palindrome"); input(a); n=palindrome(a); output(a); if(n==1) printf("\n palindrome"); else printf("\n not palindrome"); getch(); }

Related questions

How do you find the sum of an infinite geometric series?

An infinite geometric series can be summed only if the common ratio has an absolute value less than 1. Suppose the sum to n terms is S(n). That is, S(n) = a + ar + ar2 + ... + arn-1 Multipying through by the common ratio, r, gives r*S(n) = ar + ar2 + ar3 + ... + arn Subtracting the second equation from the first, S(n) - r*S(n) = a - arn (1 - r)*S(n) = a*(1 - rn) Dividing by (1 - r), S(n) = (1 - rn)/(1 - r) Now, since |r| < 1, rn tends to 0 as n tends to infinity and so S(n) tends to 1/(1 - r) or, the infinite sum is 1/(1 - r)


With this radical n equals S r exponent-2 solve for r?

sqrt(n) = S*r2sqrt(n)/S = r2 sqrt(sqrt(n)/S) = ror4th root of n/sqrt(S) = r.If your equation was sqrt(n) = S*r-2sqrt(n) = S*(1/r2)sqrt(n)/S = 1/r2S/sqrt(n) = r2 sqrt(S/sqrt[n]) = rorsqrt(S)/4th root of n = r


Prove that nCr plus nCr minus 1 equals n plus 1Cr?

nCr + nCr-1 = n!/[r!(n-r)!] + n!/[(r-1)!(n-r+1)!] = n!/[(r-1)!(n-r)!]*{1/r + 1/n-r+1} = n!/[(r-1)!(n-r)!]*{[(n-r+1) + r]/[r*(n-r+1)]} = n!/[(r-1)!(n-r)!]*{(n+1)/r*(n-r+1)]} = (n+1)!/[r!(n+1-r)!] = n+1Cr


Implimentation of pascle triangle in C?

#include#includevoid main(){int n,a=1,s=1,r;printf("\n enter number of lines ");cin>>n;for(;a=1;b--){printf(" ");}r=pow(s,2);printf("\n");a++;}getch();}// \m/


The S R of -1 is an 1 N?

the square root of -1 is an imaginary number


Why is it said that poisson distribution is a limiting case of binomial distribution?

This browser is totally bloody useless for mathematical display but...The probability function of the binomial distribution is P(X = r) = (nCr)*p^r*(1-p)^(n-r) where nCr =n!/[r!(n-r)!]Let n -> infinity while np = L, a constant, so that p = L/nthenP(X = r) = lim as n -> infinity of n*(n-1)*...*(n-k+1)/r! * (L/n)^r * (1 - L/n)^(n-r)= lim as n -> infinity of {n^r - O[(n)^(k-1)]}/r! * (L^r/n^r) * (1 - L/n)^(n-r)= lim as n -> infinity of 1/r! * (L^r) * (1 - L/n)^(n-r) (cancelling out n^r and removing O(n)^(r-1) as being insignificantly smaller than the denominator, n^r)= lim as n -> infinity of (L^r) / r! * (1 - L/n)^(n-r)Now lim n -> infinity of (1 - L/n)^n = e^(-L)and lim n -> infinity of (1 - L/n)^r = lim (1 - 0)^r = 1lim as n -> infinity of (1 - L/n)^(n-r) = e^(-L)So P(X = r) = L^r * e^(-L)/r! which is the probability function of the Poisson distribution with parameter L.


Write a program defind the sum of dijit of a number?

Void main () { Int n, r, s = 0 ; Printf (" Enter the number") Scanf ("% d", & n); While (n! = 0) { r = n%/10; s = s+r; n = n/10; s = s+r; n = n/10 } Printf ("sun of the dijit of a no. is % d; s)


The s r of - 1 is an you n?

Square root of -1 is mathematically represented by the IMAGINARY NUMBER i.


What is the general term of the expansion 1-x to the power n?

The r+1 th term is nCr(-x)r where r = 0, 1, 2, ... , n. and where nCr = n!/[r!*(n-r)!]


What is the difference between an arithmetic series and a geometric series?

An arithmetic series is the sequence of partial sums of an arithmetic sequence. That is, if A = {a, a+d, a+2d, ..., a+(n-1)d, ... } then the terms of the arithmetic series, S(n), are the sums of the first n terms and S(n) = n/2*[2a + (n-1)d]. Arithmetic series can never converge.A geometric series is the sequence of partial sums of a geometric sequence. That is, if G = {a, ar, ar^2, ..., ar^(n-1), ... } then the terms of the geometric series, T(n), are the sums of the first n terms and T(n) = a*(1 - r^n)/(1 - r). If |r| < 1 then T(n) tends to 1/(1 - r) as n tends to infinity.


Factor this expression mr ns - nr - ms?

I am guessing there is a missing plus sign and you want to factor mr + ns - nr - ms. If so , mr -ms + ns - nr = m(r - s) - n( r -s ) = (r - s) (m - n)


Write a C program to convert decimal number into binary number?

#include&lt;iostream&gt; using namespace std; int revDigit(int n){ int r,s=0; while(n&gt;0){ r=n%10; n=n/10; s=(s*10)+r; } return s; } main(){ long n,r,r1,s=0,s1=10; cout&lt;&lt;"Enter a number."&lt;&lt;endl; cin&gt;&gt;n; while(n&gt;0){ r=n%2; n=n/2; s=(s*10)+r; } //since we read the binary equivalent in a bottom up manner, we need to reverse it. s1=revDigit(s); cout&lt;&lt;"Binary equivalent:\t"&lt;&lt;s1&lt;&lt;endl; system("pause");//this line is required if you are using dev c++ }