I am writing a simple simulator for Mosfet and JFet. The equations governing these involve the important parameter "K". But, the data sheets normally do not provide the value of parameter K. So, I want my program to prompt the user to enter one or two other parameters they CAN find from the data sheet and enter. The program then should be able to compute the value of K using the parameter values the user entered.
(1) What parameter values the program should ask for the case of MOSFET? (2) The same question but for JFET.
Thanks!