<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, first of all, sorry for my english, it's not good enough. I'm using Scilab 5.5.0 Version, and I found a problem that I don't understand how it works. <div><br></div><div>First of all, when I do the operation</div><div><br></div><div>R = A/B; </div><div><br></div><div>With A = Scalar and B = Vector, the result that gives me is a R vector that satisfy:</div><div><br></div><div>R*B = A;<br><br>But, my question is, how does it works? I mean, we have <br><br>R(1)*B(1) + R(2)*B(2) .... + R(N)*B(N) = A;</div><div><br></div><div>Where we know the value of the components of B, and the value of A, but it's only 1 equation with N unknowns!</div><div><br></div><div>How does it works, to have the values of R? Thanks,</div><div><br></div><div>Santiago. </div>                                        </div></body>
</html>