TransWikia.com

FunctionRange giving "false"

Mathematica Asked by Erosannin on June 2, 2021

I was trying to find the range of a function I obtained in some context. The code is as follows

FunctionRange[{1/2 (1 - Sqrt[-1 + 4 Abs[x]] Sqrt[-1 + 4 Abs[z]]), 0 < Abs[x] < 1/4 && 0 < Abs[z] < 1/4}, {Abs[x], Abs[z]}, y]

The above code when executed gives False. What is the meaning of false and how to find the range of function in this case?

One Answer

What is the meaning of false and how to find the range of function in this case?

The default for domain is Reals

enter image description here

When it returns False it means there is no range in the reals.

FunctionRange[{1/2 (1 - Sqrt[-1 + 4 Abs[x]] Sqrt[-1 + 4 Abs[z]]), 
  0 < Abs[x] < 1/4 && 0 < Abs[z] < 1/4}, {Abs[x], 
  Abs[z]}, y]

(*False*)

Change to complex

FunctionRange[{1/2 (1 - Sqrt[-1 + 4 Abs[x]] Sqrt[-1 + 4 Abs[z]]), 
  0 < Abs[x] < 1/4 && 0 < Abs[z] < 1/4}, {Abs[x], 
  Abs[z]}, y, Complexes]

Mathematica graphics

Answered by Nasser on June 2, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP