good morning
I read the article titled 'SINRD Circuits Analysis with WCIP' we can solve the equation system (10) by the GMRES algorithm
So to use the GMRES we must put the system in the form of equation (11) something I've already done that is to say the system is like this we have: A*x = b
my question is how can we write equation (11) in matlab to use the GMRES
thank you