Thursday, June 4, 2020
Tuesday, June 2, 2020
Calculus 1: How to Find the Domain of a Function
- Domain for polynomials: https://www.youtube.com/watch?v=JMK9yfbRimQ&t=16s
- Domain for rational functions: https://www.youtube.com/watch?v=JMK9yfbRimQ&t=419s
- Domain for radicals functions: https://www.youtube.com/watch?v=JMK9yfbRimQ&t=634s
- Domain for log functions: https://www.youtube.com/watch?v=JMK9yfbRimQ&t=1117s
- Domain for exponential functions: https://www.youtube.com/watch?v=JMK9yfbRimQ&t=1439s
Thursday, March 12, 2020
Wednesday, March 11, 2020
Saturday, October 19, 2019
How to Update All Packages in Anaconda
To update all packages in Anaconda to the latest version, execute the following command:
conda update --all
Friday, October 18, 2019
How to Update Node.js and Ionic
Update Node Using a Package Manager
npm install npm@latest -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Update Ionic
sudo npm install -g ionic@latest
Wednesday, July 10, 2019
Subscribe to:
Posts
(
Atom
)