question 1: after they are banished to the forest, Panchali and Bhima criticize Yudhishthhira\’s perception of virtue stating virtue has abandoned him and should be practiced only if it produces a beneficial result. Explain the points they raise and how Yudhishthira counters each off their arguments.
question 2: When Arjun sees his family at Kurukshetra he feels despondent and decides it would be better to be killed weaponless and defenseless rather than to murder his own relatives. Krishna counters his argument in various ways and points out that this conviction of his is false, merely and illusionary perception of what life and death actually are.Please discuss the various issues addressed during the Bhagavad GIta.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

