# 2. Create a variable x = 10 and print its type. x = 10 #Storing the value in X. print ("The types of x is: ",type(x)) #Print type of value that store in X. # 3 ...
Have you ever heard of FINDSTR and Select-String? Select-String is a cmdlet that is used to search text & the patterns in input strings & files. It is similar to grep on Linux & FINDSTR on Windows. In ...
How to convert from standard form to an ordinary number For example, 300 in standard form would be 3 x 10². A = 3 and n = 2 The integer power of ten is positive for numbers greater than 10 and ...
Many physicists consider Ed Witten to be Einstein's true successor. A mathematical physicist at the Institute for Advanced Study in Princeton, New Jersey, Witten has been awarded everything from a ...
When you multiply decimals by integers (whole numbers), you can use everything you already know about multiplying multi-digit numbers. You can use written or mental methods to multiply decimals by ...
Extended Euclidean finds x,y s.t. ax + by = gcd(a,b) Number Theory - GCD & Modular Arithmetic Modular inverse a^(-1) mod n s.t. a·a^(-1) ≡ 1 mod n Number Theory - Fermat & Modular Inverses Fermat's ...