Are complex numbers two dimensional or one dimensional?Geometric interpretation of the multiplication of complex numbers?4 dimensional numbersWhy are complex numbers considered to be numbers?Total order on complex numbersComplex Number on Cartesian Coordinate System QuestionWhy do we represent complex numbers as the sum of real and imaginary parts?How to plot complex numbers one-dimensionally?Transformation not defined for two different dimensionsWhy are complex numbers presented in a 2d panel (graph)?Multiplication of Phasors as Complex Numbers and Vectors
Capital gains on stocks sold to take initial investment off the table
Could there be something like aerobatic smoke trails in the vacuum of space?
What information exactly does an instruction cache store?
When did game consoles begin including FPUs?
Network latencies between opposite ends of the Earth
Are there microwaves to heat baby food at Brussels airport?
c++ conditional uni-directional iterator
Formal Definition of Dot Product
What is the effect of the Feeblemind spell on Ability Score Improvements?
Why commonly or frequently used fonts sizes are even numbers like 10px, 12px, 16px, 24px, or 32px?
Does the wearer know what items are in which patch in the Robe of Useful items?
Who commanded or executed this action in Game of Thrones S8E5?
Cuban Primes
Does it matter what way the tires go if no directional arrow?
How to continually let my readers know what time it is in my story, in an organic way?
Does addError() work outside of triggers?
How to make a not so good looking person more appealing?
What is the status of the Lannisters after Season 8 Episode 5, "The Bells"?
Do people who work at research institutes consider themselves "academics"?
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
the correct order of manual install WP and SSL on server
How to describe a building set which is like LEGO without using the "LEGO" word?
Polynomial division: Is this trick obvious?
God-Pharaoh's Statue and Finale Of Promise
Are complex numbers two dimensional or one dimensional?
Geometric interpretation of the multiplication of complex numbers?4 dimensional numbersWhy are complex numbers considered to be numbers?Total order on complex numbersComplex Number on Cartesian Coordinate System QuestionWhy do we represent complex numbers as the sum of real and imaginary parts?How to plot complex numbers one-dimensionally?Transformation not defined for two different dimensionsWhy are complex numbers presented in a 2d panel (graph)?Multiplication of Phasors as Complex Numbers and Vectors
$begingroup$
Complex numbers are represented as:
z = x + yi
This gives the impression that complex numbers are a real component plus an imaginary component. However, when doing math with complex numbers, they are represented as 2-D vectors like in this picture:
Complex Vector
Are complex numbers one or two dimensional?
If they are one dimensional, then why do we do math with them and represent them as vectors?
If they are two dimensional, then why are they represented as one number: "x + yi" instead of a coordinate pair: "(x, yi)"
I know this has been asked a zillion times, but most of the answers I've found online don't explain the subject well. The best explanation I've found so far was here on Quora: https://www.quora.com/Are-complex-numbers-2-dimensional
linear-algebra complex-numbers
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Complex numbers are represented as:
z = x + yi
This gives the impression that complex numbers are a real component plus an imaginary component. However, when doing math with complex numbers, they are represented as 2-D vectors like in this picture:
Complex Vector
Are complex numbers one or two dimensional?
If they are one dimensional, then why do we do math with them and represent them as vectors?
If they are two dimensional, then why are they represented as one number: "x + yi" instead of a coordinate pair: "(x, yi)"
I know this has been asked a zillion times, but most of the answers I've found online don't explain the subject well. The best explanation I've found so far was here on Quora: https://www.quora.com/Are-complex-numbers-2-dimensional
linear-algebra complex-numbers
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
3
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
1
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
3
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago
add a comment |
$begingroup$
Complex numbers are represented as:
z = x + yi
This gives the impression that complex numbers are a real component plus an imaginary component. However, when doing math with complex numbers, they are represented as 2-D vectors like in this picture:
Complex Vector
Are complex numbers one or two dimensional?
If they are one dimensional, then why do we do math with them and represent them as vectors?
If they are two dimensional, then why are they represented as one number: "x + yi" instead of a coordinate pair: "(x, yi)"
I know this has been asked a zillion times, but most of the answers I've found online don't explain the subject well. The best explanation I've found so far was here on Quora: https://www.quora.com/Are-complex-numbers-2-dimensional
linear-algebra complex-numbers
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Complex numbers are represented as:
z = x + yi
This gives the impression that complex numbers are a real component plus an imaginary component. However, when doing math with complex numbers, they are represented as 2-D vectors like in this picture:
Complex Vector
Are complex numbers one or two dimensional?
If they are one dimensional, then why do we do math with them and represent them as vectors?
If they are two dimensional, then why are they represented as one number: "x + yi" instead of a coordinate pair: "(x, yi)"
I know this has been asked a zillion times, but most of the answers I've found online don't explain the subject well. The best explanation I've found so far was here on Quora: https://www.quora.com/Are-complex-numbers-2-dimensional
linear-algebra complex-numbers
linear-algebra complex-numbers
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
Ethan Bolker
48.1k556123
48.1k556123
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
Random ProgrammerRandom Programmer
161
161
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Random Programmer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
1
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
3
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago
add a comment |
3
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
1
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
3
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago
3
3
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
1
1
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
3
3
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You can consider $mathbbC$ as a $mathbbC$vector space in this case complex numbers is a $1$-dimensional vector space over $mathbbC$.
You can consider $mathbbC$ as a $mathbbR$vector space in this case complex numbers is a $2$-dimensional vector space over $mathbbR$.
$endgroup$
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
add a comment |
$begingroup$
Quoting from https://en.m.wikipedia.org/wiki/Complex_number#Construction_as_ordered_pairs:
William Rowan Hamilton introduced the approach to define the set C of complex numbers as the set R^2 of ordered pairs (a, b) of real numbers, in which the following rules for addition and multiplication are imposed:
beginaligned(a,b)+(c,d)&=(a+c,b+d)\(a,b)cdot (c,d)&=(ac-bd,bc+ad).endaligned
It is then just a matter of notation to express (a, b) as a + bi.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Random Programmer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3226154%2fare-complex-numbers-two-dimensional-or-one-dimensional%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can consider $mathbbC$ as a $mathbbC$vector space in this case complex numbers is a $1$-dimensional vector space over $mathbbC$.
You can consider $mathbbC$ as a $mathbbR$vector space in this case complex numbers is a $2$-dimensional vector space over $mathbbR$.
$endgroup$
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
add a comment |
$begingroup$
You can consider $mathbbC$ as a $mathbbC$vector space in this case complex numbers is a $1$-dimensional vector space over $mathbbC$.
You can consider $mathbbC$ as a $mathbbR$vector space in this case complex numbers is a $2$-dimensional vector space over $mathbbR$.
$endgroup$
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
add a comment |
$begingroup$
You can consider $mathbbC$ as a $mathbbC$vector space in this case complex numbers is a $1$-dimensional vector space over $mathbbC$.
You can consider $mathbbC$ as a $mathbbR$vector space in this case complex numbers is a $2$-dimensional vector space over $mathbbR$.
$endgroup$
You can consider $mathbbC$ as a $mathbbC$vector space in this case complex numbers is a $1$-dimensional vector space over $mathbbC$.
You can consider $mathbbC$ as a $mathbbR$vector space in this case complex numbers is a $2$-dimensional vector space over $mathbbR$.
answered 2 hours ago
Tsemo AristideTsemo Aristide
62k11447
62k11447
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
add a comment |
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
$begingroup$
(+1) Just what I was about to write.
$endgroup$
– José Carlos Santos
2 hours ago
1
1
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
$begingroup$
Yes, but if yo think of it as a vector space you have to be careful, because it is not an inner product space in the usual sense. That is, the "dot product" between tow complex "vectors" is not the usual complex multiplcation of the two numbers represented.
$endgroup$
– Mark Fischler
2 hours ago
add a comment |
$begingroup$
Quoting from https://en.m.wikipedia.org/wiki/Complex_number#Construction_as_ordered_pairs:
William Rowan Hamilton introduced the approach to define the set C of complex numbers as the set R^2 of ordered pairs (a, b) of real numbers, in which the following rules for addition and multiplication are imposed:
beginaligned(a,b)+(c,d)&=(a+c,b+d)\(a,b)cdot (c,d)&=(ac-bd,bc+ad).endaligned
It is then just a matter of notation to express (a, b) as a + bi.
$endgroup$
add a comment |
$begingroup$
Quoting from https://en.m.wikipedia.org/wiki/Complex_number#Construction_as_ordered_pairs:
William Rowan Hamilton introduced the approach to define the set C of complex numbers as the set R^2 of ordered pairs (a, b) of real numbers, in which the following rules for addition and multiplication are imposed:
beginaligned(a,b)+(c,d)&=(a+c,b+d)\(a,b)cdot (c,d)&=(ac-bd,bc+ad).endaligned
It is then just a matter of notation to express (a, b) as a + bi.
$endgroup$
add a comment |
$begingroup$
Quoting from https://en.m.wikipedia.org/wiki/Complex_number#Construction_as_ordered_pairs:
William Rowan Hamilton introduced the approach to define the set C of complex numbers as the set R^2 of ordered pairs (a, b) of real numbers, in which the following rules for addition and multiplication are imposed:
beginaligned(a,b)+(c,d)&=(a+c,b+d)\(a,b)cdot (c,d)&=(ac-bd,bc+ad).endaligned
It is then just a matter of notation to express (a, b) as a + bi.
$endgroup$
Quoting from https://en.m.wikipedia.org/wiki/Complex_number#Construction_as_ordered_pairs:
William Rowan Hamilton introduced the approach to define the set C of complex numbers as the set R^2 of ordered pairs (a, b) of real numbers, in which the following rules for addition and multiplication are imposed:
beginaligned(a,b)+(c,d)&=(a+c,b+d)\(a,b)cdot (c,d)&=(ac-bd,bc+ad).endaligned
It is then just a matter of notation to express (a, b) as a + bi.
answered 1 hour ago
ahartelahartel
134
134
add a comment |
add a comment |
Random Programmer is a new contributor. Be nice, and check out our Code of Conduct.
Random Programmer is a new contributor. Be nice, and check out our Code of Conduct.
Random Programmer is a new contributor. Be nice, and check out our Code of Conduct.
Random Programmer is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3226154%2fare-complex-numbers-two-dimensional-or-one-dimensional%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
$begingroup$
It depends on the basis field. It is 1-dimensional with respect to itself $mathbbC$. But it is 2-dimensional wrt $mathbbR$
$endgroup$
– Julian Mejia
2 hours ago
1
$begingroup$
What distinguishes a complex number from a typical $2D$ real vector is the fact that you can multiply complex numbers to get another complex number: $(a+bi)(c+di) = (ac-bd)+(ab+bc)i$
$endgroup$
– Henry
2 hours ago
3
$begingroup$
As a perspective on what people have said, sometimes we can regard mathematical objects like the complex numbers as things in themselves which have an inherent unity. Other times we can decompose them into pieces in an interesting way. Sometimes we can do both, and quite often that shows that something interesting is going on.
$endgroup$
– Mark Bennet
1 hour ago