Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
55 views

MATLAB symbolic state space matrix is too large

I am trying to generate a transfer function from the state space matrices that I have. The problem is that the matrices have variables and not numeric values so I have to use symbolic variables in ...
0
votes
2answers
404 views

Prolog Programming

I have made two programs in Prolog for the nqueens puzzle using hill climbing and beam search algorithms. Unfortunately I do not have the experience to check whether the programs are correct and I am ...
-1
votes
1answer
104 views

determining state space based on area

I have been tasked with figuring out a state space for a problem based on the area of a rectangle. It seems that I have made my state space far too large and need some feedback. So far I have an ...