I am trying to plot a completely real transfer function 
my current implementation is using:
Where w2 represents
. I am trying to implement the root with the sqrt function, however it is saying.
Incorrect number or types of inputs or outputs for function sqrt.
This transfer function needs to be multiplied by other (complex) transfer functions later in the project.
Is this the best way to implement it or is there another approach I could try?