Group Abstract Group Abstract

Message Boards Message Boards

0
|
4K Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Screening out state space equations that match the actual situation

Posted 2 years ago
Attachments:
POSTED BY: James James
4 Replies
Posted 2 years ago

Hi sir! thank you for your guidance and suggestions. I have tried to introduce resistance and conductance values into the linearization even if the resistance and conductance values of the switch are directly set to 0 in the system modeler. It is indeed necessary to use an ideal device or direct wire connection.

POSTED BY: James James
POSTED BY: Sergio Vargas
Posted 2 years ago
Attachments:
POSTED BY: James James

If all you want to do is restrict the list of replacements then you can use these kVals instead:

kVals = Thread[{QuantityVariable["k1", 
       IndependentPhysicalQuantity[""]], 
      QuantityVariable["k2", 
       IndependentPhysicalQuantity[""]]} -> #] & /@ {{True, 
    False}, {False, True}};
POSTED BY: Sergio Vargas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard