So we had a debate (more like argument) over comparing a vector to a scalar. We agreed you can't, but couldn't come to an agreement over whether you can if it's in 1D.
Consider A as a 1D vector and B a scalar. Is it completely incorrect to say A=B. Usually I'd say yes, a vector can never equal a scalar. But in 1D isn't the idea kind of interchangeable in certain cases.
Dot product with scalar equal to common symbol for multiplication
Gave some insight, but I'd like a definite yes or no answer.
Can you have A=B where A is a 1D vector and B is a scalar value in any scenario. I'm not worried about in general. I'm just curious if it is possible in at least one case, and if so, which case is this.