Home  /  Education Apps  / FuncXY on Windows Pc

FuncXY on Windows Pc

Developed By: Leen Ammeraal

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.26
Size 2.8 MB
Release Date March 07, 24
Category Education Apps

Description from Developer:
FuncXY is an application to plot 3D graphs of functions of two variables. In the simplest case, these are the Cartesian coordinates x and y. Version 2.00 introduced cylindrical coo... [read more]

App preview ([see all 25 screenshots]  /  [view video])

App preview

About this app

On this page you can download FuncXY and install on Windows PC. FuncXY is free Education app, developed by Leen Ammeraal. Latest version of FuncXY is 2.26, was released on 2024-03-07 (updated on 2024-04-16). Estimated number of the downloads is more than 5,000. Overall rating of FuncXY is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install FuncXY on Windows?

Instruction on how to install FuncXY on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install FuncXY on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install FuncXY using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "FuncXY" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install FuncXY on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "FuncXY" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 2.26 , 2.24.

Download FuncXY 2.26 on Windows PC – 2.8 MB

Download FuncXY 2.24 on Windows PC – 3.5 MB

FuncXY is an application to plot 3D graphs of functions of two variables. In the simplest case, these are the Cartesian coordinates x and y. Version 2.00 introduced cylindrical coordinates theta and r as an alternative. Another extension, using spherical coordinates theta and phi, is also available in version 2.03. Finally, version 2.06 also supports parametric surfaces.

You can enter the formula for the function you want to plot. This must be an expression in two variables, for which you now have four options, depending on the type of coordinates:
Cartesian coordinates x and y, or
cylindrical coordinates theta and r, or
spherical coordinates theta and phi, or
parametric surfaces with coordinates u and v, in which not a single function but rather x, y and z are expressed.

You can use the arithmetical operators + - * / and ^ (for exponentiation). You can add parentheses in the usual way. Blank spaces are allowed. The minimum and maximum values of the two variables must be supplied. In the case of syntax errors or division by zero, the expression is not accepted. As you enter a formula, it is displayed in more readable notation just above the text you are entering or editing.

The function surface can be viewed from any viewpoint. There are buttons to change the viewpoint but you can also change the viewing direction by swiping the image, that is, by moving your finger on the screen either horizontally or vertically. You can also specify the viewing direction by entering two angles phiE and thetaE, as illustrated in the app itself.

In the 3D image, you can display or hide the coordinate axes as you like, by means of a checkbox on the choice screen. You can display this choice screen by using the back key.

The following functions, well-known in mathematics or programming, are supported:
abs, floor, ceil, exp, log, max, min, sin, cos, tan, asin, acos, atan, sqrt. You can also use the constant pi.
Arguments must be surrounded by parentheses. For example, sin(x), not sin x. As usual, max and min take two arguments, the others take one. Note the restricted domains of some of these functions:
log(x): x positive;
tan(x): x not equal to pi/2 (plus any multiple of pi);
asin(x), acos(x): x between -1 and +1 (inclusive).

For each of the four coordinate types, there are some example available in the options menu. When you choose an example, the required type of coordinates is chosen automatically, so you need not bother about this choice. Some of these examples show coordinate axes while other hide them. The checkbox on the choice screen enables you to change this.

The specified function can be saved and retrieved later. The following data are then also automatically saved and retrieved: the coordinate intervals, the viewpoint parameters phiE and thetaE, and the state of the checkbox for displaying the axes.

In version 2.07 and higher, conditional expressions are supported. These are well-known in programming languages and have the form "logical expression ? expression 1 : expression 2". For example, the expression max(x, y) could be written as the conditional expression: (x > y ? x : y). Besides "?" and ":", the following characters can now also be used: "<", ">", "=", "&", "|", "1". You can use "=" or, as in real programming languages, "==" to test if two expressions are equal. Similarly, "&" and "|" (meaning 'and' and 'or') can appear single or double, with the same meaning. The exclamation mark "!" stands for 'not'. Therefore, "x > y" can also be written "!(x <= y)". Similarly, "!(x == y)" has the same meaning as "x != y", both denoting 'x unequal to y'. The built-in example 2 illustrates a nested conditional expression, with the part following ":" containing another conditional expression.

Please refer also to
http://home.kpn.nl/ammeraal/funcxy.html