• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

Mathematics

Mathematical notes.

September 17, 2012 by Rick Hernandez Leave a Comment

To have a good ground in lecture note taking, one has to come to the conclusion of understanding the lecture before being in the class itself. Note taking should not be based on copying what is said in the board but more on the ideas the instructor is trying to get … [Read more...] about Mathematical notes.

Filed Under: Mathematical thinking, Mathematics

Trig

September 17, 2012 by Rick Hernandez Leave a Comment

Formulas you should be able to recall on the spot? Midpoint formula Distance Formula The Pythagorean Theorem Equation of a circle Linear equation What are some greek names for angles in greek? alpha beta gamma theta … [Read more...] about Trig

Filed Under: Mathematics

Mathematical thinking, What is it?

September 17, 2012 by Rick Hernandez Leave a Comment

Getting your thoughts to "get out of the box" getting the thoughts to be used in mathematics. Learning to think about a problem with OUT a  "template" to work the list of steps. Learn to STOP looking for a formula Think about the problem a certain way … [Read more...] about Mathematical thinking, What is it?

Filed Under: Mathematical thinking, Mathematics

How to determinate if a series of 1’s and 0’s is negative

September 12, 2012 by Rick Hernandez Leave a Comment

positive one 0001 negative one 1111 positive two 0010 negative two 1110 positive three 0011 negative three 1101 positive four 0100 negative four 1100 positive five 0101 negative five … [Read more...] about How to determinate if a series of 1’s and 0’s is negative

Filed Under: Mathematics

Creating a multiplication table in java

August 22, 2012 by Rick Hernandez Leave a Comment

/** * Multiplication table */ public class tables { public static void main(String[] args) { //print header System.out.println("Multiplication Table:"); for (int k = 0; k <= 10; k++ ) { for(int j = 0; j <= 10; j++) { System.out.print( (j * k ) + "\t" … [Read more...] about Creating a multiplication table in java

Filed Under: Java, Mathematics, Programming

How to use primitive data types downward in java?

August 22, 2012 by Rick Hernandez Leave a Comment

Java is really picky on how primitive data types get converted downward so in that case java requires you to be very explicit on how the change is done when going downwards, and once again we are going to list the data types.. double x64 bits float … [Read more...] about How to use primitive data types downward in java?

Filed Under: Java, Mathematics, Programming

How to use primitive data types in easy steps

August 22, 2012 by Rick Hernandez Leave a Comment

How to convert primitive data types upward? This a list of order primitives from biggest to smallest double x64 bits float long int short byte So how do you convert primitive data types upward you must first understand the data types … [Read more...] about How to use primitive data types in easy steps

Filed Under: Java, Mathematics, Programming

Truncation of numbers

August 1, 2012 by Rick Hernandez Leave a Comment

what causes truncation? to limit the number of digits after the decimal point in computer science and mathematics. This is done by discarding the least significant ones. Example:  Consider real numbers in mathematics … [Read more...] about Truncation of numbers

Filed Under: Mathematics, Programming

What are the power of 2?

June 26, 2012 by Rick Hernandez Leave a Comment

What why math?  well let me tell you why math and exponents, plenty of people have issues with exponents and not to mention when you bring in imaginary numbers and logarithms. But back to the subject of networking this subject is simple enough  it goes as … [Read more...] about What are the power of 2?

Filed Under: Mathematics, Networking

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in