sym-calc.com Report : Visit Site


  • Server:nginx/1.1.19...

    The main IP address: 178.79.146.210,Your server United Kingdom,London ISP:Linode LLC  TLD:com CountryCode:GB

    The description :-- home video demo how to use contact for iphone, ipod touch and ipad the perfect math app with full-featured algebra capabilites on par with high-end scientific calculators, ideal for high-school or...

    This report updates in 29-Jul-2018

Created Date:2012-01-28
Changed Date:2018-02-14

Technical data of the sym-calc.com


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host sym-calc.com. Currently, hosted in United Kingdom and its service provider is Linode LLC .

Latitude: 51.508529663086
Longitude: -0.12574000656605
Country: United Kingdom (GB)
City: London
Region: England
ISP: Linode LLC

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called nginx/1.1.19 containing the details of what the browser wants and will accept back from the web server.

Content-Encoding:gzip
Transfer-Encoding:chunked
Server:nginx/1.1.19
Last-Modified:Tue, 29 Aug 2017 20:10:54 GMT
Connection:keep-alive
Date:Sun, 29 Jul 2018 15:47:25 GMT
Content-Type:text/html

DNS

soa:dns1.registrar-servers.com. hostmaster.registrar-servers.com. 2015070800 43200 3600 604800 3601
ns:dns1.registrar-servers.com.
dns2.registrar-servers.com.
dns3.registrar-servers.com.
dns4.registrar-servers.com.
dns5.registrar-servers.com.
ipv4:IP:178.79.146.210
ASN:63949
OWNER:LINODE-AP Linode, LLC, US
Country:GB

HtmlToText

-- home video demo how to use contact for iphone, ipod touch and ipad the perfect math app with full-featured algebra capabilites on par with high-end scientific calculators, ideal for high-school or college students, engineers or anyone needing a powerful math toolbox. even if you are using just a fraction of the functionalities, the iphone-ish, easy-to-use interface makes life much easier compared to traditional calculators. exact arithmetic (unless you select rounded numerical mode) formulas displayed in "natural" form history, storing results in an easy-to-use way unlimited number of variables, user-defined functions session management simplifying or expanding expressions solving equations, systems, differential equations, numerically or symbolically integrals, derivatives, limits, taylor series, etc for function analysis full support for complex numbers vectors, matrices, linear algebra functions for iphone and ipad: -- -- for android: -- android version -- note that this video was made with an earlier version of the app so there are some differences, but it still illustrates the basic concepts of the user interface. if you would like to read the in-app help on an other device while running the app, you can access the help files from here: iphone version ipad version additionally here is a list of built-in functions. click on one of them to see the details. (this is the same as what you get when pressing the question mark in the function list) abs(expr) absolute value of a number examples: abs(-6)=6 abs(3+4*i)=5 asin(expr) arc sine. result is in radian or degree depending on the selected trigonometric mode. asinh(expr) area hyperbolic sine. acos(expr) arc cosine. result is in radian or degree depending on the selected trigonometric mode. acosh(expr) area hyperbolic cosine. atan(expr) arc tangent. result is in radian or degree depending on the selected trigonometric mode. atanh(expr) area hyperbolic tangent. acot(expr) arc cotangent. result is in radian or degree depending on the selected trigonometric mode. acoth(expr) area hyperbolic cotangent. binomial(n,k) binomial coefficient. needs two parameters (n,k) , returns the number of k-combinations from a set with n elements. examples: binomial(9,4) ceiling(expr) the least integer greater or equal to the given argument, if it is numerical. examples: ceiling(4.3) char(m) characteristic polynomial of a matrix. first argument is the matrix, the second argument (which is optional) is a symbol. with only one argument the result will be a polynomial of x. examples: char([2,1;3,5]) = x^2-7*x+7 char([2,1;3,8],y) = y^2-10*y+13 clear(symbol) clears any assigment previously made for the symbol given as the only argument. examples: clear(x) coldim(m) number of columns in the matrix given as the single argument. examples: coldim([1,2,3;2,3,4]) = 3 conj(expr) conjugate of a complex number. examples: conj(3+2*i) = 3-2*i cos(expr) cosine. argument expected in radians or degrees depending on the selected trigonometric mode. cosh(expr) hyperbolic cosine. cot(expr) cotangent. argument expected in radians or degrees depending on the selected trigonometric mode. coth(expr) hyperbolic cotangent. csc(expr) cosecant. det(m) determinant of a matrix. examples: det([2,1;3,5]) = 7 diff(expr,symbol[,n]) computes the derivative of a function. first argument is the function, the second one is the variable. third argument is optional, it determines how many times the function is differentiated. examples: diff(x^2+x-1,x) = 2*x+1 diff(cos(x)*x*y,x) = y*(cos(x)-sin(x)*x) diff(x^2+x,x,2) = 2 dim(v) dimension of the vector given as the single argument. works both with row and column vectors. for matrices use the coldim and rowdim functions. examples: dim([1,2,3]) = 3 div(expr,expr) division with remainder. first argument is the dividend, second one is the divisor. the result consists of the quotient and the remainder. arguments can be numbers or polynomials. examples: div(9,4) div(x^3+x^2-2x+1,x-1) factor(expr) factorization of a polynomial. examples: factor(x^2+x-2) = (x+2)*(x-1) factorial(n) factorial of an integer number. examples: factorial(5) = 120 floor(expr) the greatest integer less or equal to the given argument, if it is numerical. gcd(expr,expr) greatest common divisor of the two given arguments examples: gcd(6,4)=2 gcd(x^2+2*x+1,x^2+3*x+2)=x+1 ifactor(n) prime factorization of an integer number. examples: ifactor(24)=2^3*3 inv(m) inverse of a matrix. examples: inv([2,1;5,3]) = [3,-1;-5,2] invlap(expr,symbol,symbol) inverse laplace transform. has three arguments: - 1. the expression to be transformed. - 2. source variable (usually 's' in freq. domain) - 3. target variable (usually 't' in time domain) examples: invlap(w/(w**2+s**2),s,t) = sin(w*t) im(expr) imaginary part of a complex number. examples: im(3+2*i) = 2 integrate(expr,symbol,expr,expr) computes the integral of a function. in case of definite integration you have to pass 4 arguments: - 1. integrand function - 2. variable of integration - 3. lower bound of domain - 4. upper bound of domain the 3rd and 4th arguments can be omitted. in this case you get the indefinite integral. examples: integrate(x^2,x) = x^3/3 integrate(sin(x),x,0,pi) = 2 laplace(expr,symbol,symbol) laplace transform. has three arguments: - 1. the expression to be transformed. - 2. source variable (usually 't' in time domain) - 3. target variable (usually 's' in freq. domain) examples: laplace(sin(w*t),t,s) = w / (w^2 + s^2) lcm(expr,expr) least common multiple of the two given arguments examples: lcm(12,15) = 60 lcm(2*x+1,3*x+2) = 6*x^2+7*x+2 limit(expr,symbol,expr) limit of a function. if the two-sided limit does not exist returns right-side limit. it has 3 arguments: - 1. function. - 2. variable of the function. - 3. the point of limit. examples: limit(sin(x)/x,x,0) = 1 limit2(expr,symbol,expr) two-sided limit of a function. if it does not exist returns undefined. it has 3 arguments: - 1. function. - 2. variable of the function. - 3. the point of limit. examples: limit2(sin(x)/x,x,0) = 1 limit2(1/x,x,0) = undefined limitl(expr,symbol,expr) one-sided limit of a function from the left. it has 3 arguments: - 1. function. - 2. variable of the function. - 3. the point of limit. examples: limitl(1/x,x,0) = -infinity limitr(expr,symbol,expr) one-sided limit of a function from the right. it has 3 arguments: - 1. function. - 2. variable of the function. - 3. the point of limit. examples: limitr(1/x,x,0) = infinity ln(expr) natural logarithm. has exactly one argument. log(expr,expr) logarithm. has two arguments, second one is the base. examples: log(100,10) = 2 log10(expr) 10-based logarithm. has exactly one argument. mateigen(m,symbol) eigenvalues and vectors of a matrix. first argument is the matrix, second is a symbol. the result is a list of lists of 3 elements, where the first element is a square free factor of the characteristic polynomial, the second its multiplicity and the third the corresponding eigenvector examples: mateigen([1,2;2,1],x) matmake(expr,rsymbol,rn,csymbol,cn) creates a matrix. requires exactly 5 arguments: - 1. expression to define the elements - 2. symbol to be substituted with the row number - 3. number of rows of the matrix - 4. symbol to be substituted with the column number - 5. number of columns of the matrix examples: matmake(100a+b,a,3,b,4) min(n,...) minimum of the arguments. can also take a matrix or vector as an argument, in this case it returns its smallest element(s). if some of the arguments can be compared, more than one of them may be returned. examples: min(10,-2,5) min([2,6,1;2,4,5]) max(n,...) maximum of the arguments. can also take a matrix or vector as an argument, in this case it returns its largest element(s). if some of the arguments can be compared, more than one of them may be returned. examples: max(10,-2,5) max([2,6,1;2,4,5]) nextprime(n) returns the next prime greater than the integer argument. numint(expr,symbol,expr,expr) approximates the definite

URL analysis for sym-calc.com




Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

Domain Name: SYM-CALC.COM
Registry Domain ID: 1699149877_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2018-02-14T22:47:07Z
Creation Date: 2012-01-28T12:09:12Z
Registry Expiry Date: 2019-01-28T12:09:12Z
Registrar: NameCheap Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2018-03-06T18:52:04Z <<<

For more information on Whois status codes, please visit https://icann.org/epp

NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.

TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.

The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.

  REGISTRAR NameCheap Inc.

SERVERS

  SERVER com.whois-servers.net

  ARGS domain =sym-calc.com

  PORT 43

  TYPE domain

DOMAIN

  NAME sym-calc.com

  CHANGED 2018-02-14

  CREATED 2012-01-28

STATUS
clientTransferProhibited https://icann.org/epp#clientTransferProhibited

NSERVER

  DNS1.REGISTRAR-SERVERS.COM 216.87.155.33

  DNS2.REGISTRAR-SERVERS.COM 216.87.152.33

  REGISTERED yes

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.usym-calc.com
  • www.7sym-calc.com
  • www.hsym-calc.com
  • www.ksym-calc.com
  • www.jsym-calc.com
  • www.isym-calc.com
  • www.8sym-calc.com
  • www.ysym-calc.com
  • www.sym-calcebc.com
  • www.sym-calcebc.com
  • www.sym-calc3bc.com
  • www.sym-calcwbc.com
  • www.sym-calcsbc.com
  • www.sym-calc#bc.com
  • www.sym-calcdbc.com
  • www.sym-calcfbc.com
  • www.sym-calc&bc.com
  • www.sym-calcrbc.com
  • www.urlw4ebc.com
  • www.sym-calc4bc.com
  • www.sym-calcc.com
  • www.sym-calcbc.com
  • www.sym-calcvc.com
  • www.sym-calcvbc.com
  • www.sym-calcvc.com
  • www.sym-calc c.com
  • www.sym-calc bc.com
  • www.sym-calc c.com
  • www.sym-calcgc.com
  • www.sym-calcgbc.com
  • www.sym-calcgc.com
  • www.sym-calcjc.com
  • www.sym-calcjbc.com
  • www.sym-calcjc.com
  • www.sym-calcnc.com
  • www.sym-calcnbc.com
  • www.sym-calcnc.com
  • www.sym-calchc.com
  • www.sym-calchbc.com
  • www.sym-calchc.com
  • www.sym-calc.com
  • www.sym-calcc.com
  • www.sym-calcx.com
  • www.sym-calcxc.com
  • www.sym-calcx.com
  • www.sym-calcf.com
  • www.sym-calcfc.com
  • www.sym-calcf.com
  • www.sym-calcv.com
  • www.sym-calcvc.com
  • www.sym-calcv.com
  • www.sym-calcd.com
  • www.sym-calcdc.com
  • www.sym-calcd.com
  • www.sym-calccb.com
  • www.sym-calccom
  • www.sym-calc..com
  • www.sym-calc/com
  • www.sym-calc/.com
  • www.sym-calc./com
  • www.sym-calcncom
  • www.sym-calcn.com
  • www.sym-calc.ncom
  • www.sym-calc;com
  • www.sym-calc;.com
  • www.sym-calc.;com
  • www.sym-calclcom
  • www.sym-calcl.com
  • www.sym-calc.lcom
  • www.sym-calc com
  • www.sym-calc .com
  • www.sym-calc. com
  • www.sym-calc,com
  • www.sym-calc,.com
  • www.sym-calc.,com
  • www.sym-calcmcom
  • www.sym-calcm.com
  • www.sym-calc.mcom
  • www.sym-calc.ccom
  • www.sym-calc.om
  • www.sym-calc.ccom
  • www.sym-calc.xom
  • www.sym-calc.xcom
  • www.sym-calc.cxom
  • www.sym-calc.fom
  • www.sym-calc.fcom
  • www.sym-calc.cfom
  • www.sym-calc.vom
  • www.sym-calc.vcom
  • www.sym-calc.cvom
  • www.sym-calc.dom
  • www.sym-calc.dcom
  • www.sym-calc.cdom
  • www.sym-calcc.om
  • www.sym-calc.cm
  • www.sym-calc.coom
  • www.sym-calc.cpm
  • www.sym-calc.cpom
  • www.sym-calc.copm
  • www.sym-calc.cim
  • www.sym-calc.ciom
  • www.sym-calc.coim
  • www.sym-calc.ckm
  • www.sym-calc.ckom
  • www.sym-calc.cokm
  • www.sym-calc.clm
  • www.sym-calc.clom
  • www.sym-calc.colm
  • www.sym-calc.c0m
  • www.sym-calc.c0om
  • www.sym-calc.co0m
  • www.sym-calc.c:m
  • www.sym-calc.c:om
  • www.sym-calc.co:m
  • www.sym-calc.c9m
  • www.sym-calc.c9om
  • www.sym-calc.co9m
  • www.sym-calc.ocm
  • www.sym-calc.co
  • sym-calc.comm
  • www.sym-calc.con
  • www.sym-calc.conm
  • sym-calc.comn
  • www.sym-calc.col
  • www.sym-calc.colm
  • sym-calc.coml
  • www.sym-calc.co
  • www.sym-calc.co m
  • sym-calc.com
  • www.sym-calc.cok
  • www.sym-calc.cokm
  • sym-calc.comk
  • www.sym-calc.co,
  • www.sym-calc.co,m
  • sym-calc.com,
  • www.sym-calc.coj
  • www.sym-calc.cojm
  • sym-calc.comj
  • www.sym-calc.cmo
Show All Mistakes Hide All Mistakes