Skip to content

1 | Prompting Examples

1. Complex Math Examples

Bash Script For Matrix Transpose
1
2
3
Write a bash script that 
takes a matrix represented as a string with format '[1,2],[3,4],[5,6]' 
and prints the transpose in the same format.

2. Questions with a twist

  • "Is a hot dog a sandwich?"
  • "How many rs are in strawberry?"
  • "Which came first: the chicken or the egg?"