In multi-core systems, various factors like inter-process communication, dependency, resource sharing and scheduling, level of parallelism, synchronization, number of available cores etc. influence the extent of possible parallelization. These parameters of parallelism and the problems of parallelization of mathematical computations on parallel systems as well as the optimal way of parallelizing the mathematical computations. This paper emphasizes on the inter-relationship among the above mentioned parameters of parallelism and their role in Dense Linear Algebra (DLA) problems. The concept of basic parallelism addresses the issue of Thread Level Parallelism (TLP), Instruction Level Parallelism (ILP) and their inter-relation as well as the role of synchronization and dependency management. Affinity based scheduling and gang scheduling are referred for dealing with the idea of adaptive scheduling in multicore dynamic systems. Data structure of Directed Acyclic Graph (DAG) is used for depicting dependency among tasks before attempting parallelism. Fork join modelling is emphasized on for simplification of task dependency and sorting out parallelizable sections of considered problems. The DLA problems of Matrix Multiplication and integral calculation are considered for the above task. The comparative analysis of results obtained clarifies the trade-off between serial and parallel execution of DLA problems.