266 views
2 votes
2 votes
Given a finite automata M, is it the minimum state FA accepting L(M)

is this problem decidable, if yes then why?

1 Answer

0 votes
0 votes
All the properties of Regular Languages and Finite Automata are decidable and algorithms possible.

Your question falls in the category of membership problem of regular languages, which is decidable.

Related questions

429
views
0 answers
0 votes
279
views
0 answers
0 votes
nag.swarna asked Nov 22, 2018
279 views
Im not getting the intution behind this can any one explain
194
views
0 answers
0 votes
Parth Shah asked Nov 15, 2018
194 views
Consider the following CFG, find the number of production in the minimized grammar after it was converted to Greibach Normal Form.S->AA|0A->SS|1
670
views
1 answers
1 votes
Gupta731 asked Oct 31, 2018
670 views
If NFA contains n states, then the equivalent minimized DFA in best case will contain how many states?A. 0 B. n C. 1 D. (n-1)