Ask Your Question
2

What is the meaning of the error message "Lapack routine dgesv: system is exactly singular: U[6,6] = 0" in the function solve.default when applied to g[!fixed]?

asked 2022-12-30 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-03-20 03:00:00 +0000

lakamha gravatar image

This error message means that the linear system being solved is singular, which means that there is no unique solution. In particular, the matrix U, which is computed during the solution process, has a zero on its diagonal at the (6,6) position. This implies that the corresponding variable in the system is linearly dependent on the other variables, so there is no unique value that can be assigned to it. This could be due to a variety of reasons, such as having redundant or conflicting constraints in the problem, or numerical issues with the input data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-30 11:00:00 +0000

Seen: 9 times

Last updated: Mar 20 '22