How to convert 3-sat with $n$ variables, where each clause is having only two operators: OR and NOT, and all the clauses connected with AND operator.
To n-sat where each clause has the same $n$ variables connected with OR and NOT operators, and all the clauses connected with AND operator.
The number of clauses is not important.