Solving Linear Equations System in Matrix form with unknowns on both sides

I have the system of equations in the form of k.u=f where k is n by n matrix and both u and f are n by 1 vectors. The problem is that I have unknowns on both u and f vectors and I want to solve the system for these unknowns. Any ideas how to do that?

4 Comments

It's actually a code that gets info by inputs and then solves the system so no definite data is given
But the total number of unknowns is equal to n ?
the maximum number of unknowns is n but it can be less than that (depends on the input)

Sign in to comment.

Answers (0)

Categories

Asked:

on 19 Oct 2018

Commented:

on 19 Oct 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!