Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R線形連立方程式 (Ax=b) を解く必要があります。ここで、b=0 です。それを使用solve()すると、答えのゼロベクトルが返されるだけですが、システムのゼロ以外のソリューションが必要です。方法はありますか?
R
solve()